diff options
Diffstat (limited to 'libglusterfs/src')
-rw-r--r-- | libglusterfs/src/compat.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libglusterfs/src/compat.h b/libglusterfs/src/compat.h index 2d9130aac06..51539648b22 100644 --- a/libglusterfs/src/compat.h +++ b/libglusterfs/src/compat.h @@ -191,6 +191,7 @@ int32_t gf_darwin_compat_setxattr (dict_t *dict); #define lchmod chmod #endif +#define lgetxattr(path, key, value, size) solaris_getxattr(path,key,value,size) enum { ATTR_CREATE = 1, #define XATTR_CREATE ATTR_CREATE |