summaryrefslogtreecommitdiff
path: root/include/sys/xattr.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sys/xattr.h')
-rw-r--r--include/sys/xattr.h2
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