author | Hauke Mehrtens <hauke@hauke-m.de> | 2018年01月06日 23:32:52 +0100 |
---|---|---|
committer | Rich Felker <dalias@aerifal.cx> | 2018年01月09日 13:08:25 -0500 |
commit | b583c5d3b4cc2c54c68eef5eb7855ecfacee8bfc (patch) | |
tree | 079331d86387f58b5f20327a379444cf379f988f /include/sys/xattr.h | |
parent | 628cf979b249fa76a80962e2eefe05073216a4db (diff) | |
download | musl-b583c5d3b4cc2c54c68eef5eb7855ecfacee8bfc.tar.gz |
-rw-r--r-- | include/sys/xattr.h | 2 |
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 |