summaryrefslogtreecommitdiffstats
path: root/libglusterfs/src/compat.h
diff options
context:
space:
mode:
authorAmar Tumballi <amar@gluster.com>2009-03-18 18:31:30 -0700
committerAnand V. Avati <avati@amp.gluster.com>2009-03-19 14:44:33 +0530
commitc20359b5b2a564e83b5830b9a17013e780096e2d (patch)
tree9689a9ababf42c54927dc49dc63433ed3c17c667 /libglusterfs/src/compat.h
parent103d82700483bf744f86719e97846b065ca3394c (diff)
fixed sys_<fops> related warnings. (on mac os x and opensolaris)2.0.0rc5
The fix in posix will fix 'unresolved' symbol errors in Mac/Solaris/FreeBSD Signed-off-by: Anand V. Avati <avati@amp.gluster.com>
Diffstat (limited to 'libglusterfs/src/compat.h')
-rw-r--r--libglusterfs/src/compat.h1
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 */