diff options
Diffstat (limited to 'libglusterfs/src/compat.h')
| -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 42d2fa1419e..228daf5da9d 100644 --- a/libglusterfs/src/compat.h +++ b/libglusterfs/src/compat.h @@ -230,6 +230,7 @@ int solaris_fgetxattr(int fd, const char* key,                        char *value, size_t size);  int solaris_fsetxattr(int fd, const char* key, const char *value,                         size_t size, int flags); +int solaris_flistxattr(int fd, char *list, size_t size);  #endif /* GF_SOLARIS_HOST_OS */  | 
