mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
8343020: (fs) Add support for SecureDirectoryStream on macOS
Reviewed-by: bpb, alanb
This commit is contained in:
parent
1341b81321
commit
9f6d5b46ce
3 changed files with 19 additions and 22 deletions
|
@ -569,7 +569,7 @@ class UnixNativeDispatcher {
|
|||
}
|
||||
|
||||
/**
|
||||
* Supports futimes or futimesat
|
||||
* Supports futimes
|
||||
*/
|
||||
static boolean futimesSupported() {
|
||||
return (capabilities & SUPPORTS_FUTIMES) != 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue