mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8030048: (fs) Support UserDefinedFileAttributeView/extended attributes on OS X / HFS+
Reviewed-by: alanb
This commit is contained in:
parent
bbb93ca3c8
commit
afd3f78aec
7 changed files with 573 additions and 0 deletions
|
@ -117,6 +117,11 @@ class UnixConstants {
|
|||
static final int PREFIX_ENODATA = ENODATA;
|
||||
#endif
|
||||
|
||||
#ifdef ENOATTR
|
||||
// BSD uses ENOATTR instead of ENODATA during xattr calls
|
||||
static final int PREFIX_ENOATTR = ENOATTR;
|
||||
#endif
|
||||
|
||||
static final int PREFIX_ERANGE = ERANGE;
|
||||
static final int PREFIX_EMFILE = EMFILE;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue