Skip to content
Snippets Groups Projects
Commit 2011c353 authored by Goetz Lindenmaier's avatar Goetz Lindenmaier
Browse files

8274562: (fs) UserDefinedFileAttributeView doesn't correctly determine if...

8274562: (fs) UserDefinedFileAttributeView doesn't correctly determine if supported when using OverlayFS

Backport-of: 3d7671b65e8491f3b1fcac8b96401401f783c9f4
parent ab3dd202
No related branches found
No related tags found
No related merge requests found
......@@ -317,7 +317,7 @@ Java_sun_nio_fs_UnixNativeDispatcher_init(JNIEnv* env, jclass this)
/* supports extended attributes */
#ifdef _SYS_XATTR_H_
#if defined(_SYS_XATTR_H) || defined(_SYS_XATTR_H_)
capabilities |= sun_nio_fs_UnixNativeDispatcher_SUPPORTS_XATTR;
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment