8343020: (fs) Add support for SecureDirectoryStream on macOS

Reviewed-by: bpb, alanb
This commit is contained in:
David M. Lloyd 2024-10-28 16:58:44 +00:00 committed by Brian Burkhalter
parent 1341b81321
commit 9f6d5b46ce
3 changed files with 19 additions and 22 deletions

View file

@ -569,7 +569,7 @@ class UnixNativeDispatcher {
}
/**
* Supports futimes or futimesat
* Supports futimes
*/
static boolean futimesSupported() {
return (capabilities & SUPPORTS_FUTIMES) != 0;