diff options
Diffstat (limited to 'include/sys')
-rw-r--r-- | include/sys/xattr.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sys/xattr.h b/include/sys/xattr.h index 6479fcc6..eeeaafc4 100644 --- a/include/sys/xattr.h +++ b/include/sys/xattr.h @@ -24,6 +24,8 @@ int removexattr(const char *, const char *); int lremovexattr(const char *, const char *); int fremovexattr(int, const char *); +#define __UAPI_DEF_XATTR 0 + #ifdef __cplusplus } #endif |