mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8298187: (fs) BsdFileAttributeViews::setTimes does not support lastAccessTime on HFS+
Reviewed-by: alanb
This commit is contained in:
parent
3cdbd878e6
commit
5412439445
5 changed files with 153 additions and 36 deletions
|
@ -153,7 +153,7 @@ class UnixConstants {
|
|||
static final int PREFIX_CLONE_NOFOLLOW = CLONE_NOFOLLOW;
|
||||
static final int PREFIX_CLONE_NOOWNERCOPY = CLONE_NOOWNERCOPY;
|
||||
|
||||
// flags used with setattrlist
|
||||
// flags used with fsetattrlist
|
||||
static final int PREFIX_ATTR_CMN_CRTIME = ATTR_CMN_CRTIME;
|
||||
static final int PREFIX_ATTR_CMN_MODTIME = ATTR_CMN_MODTIME;
|
||||
static final int PREFIX_ATTR_CMN_ACCTIME = ATTR_CMN_ACCTIME;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue