about summary refs log tree commit diff
path: root/sysdeps/mach/hurd/setxattr.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/mach/hurd/setxattr.c')
-rw-r--r--sysdeps/mach/hurd/setxattr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/mach/hurd/setxattr.c b/sysdeps/mach/hurd/setxattr.c
index be3b172b69..ba6047cd28 100644
--- a/sysdeps/mach/hurd/setxattr.c
+++ b/sysdeps/mach/hurd/setxattr.c
@@ -21,7 +21,7 @@
 #include <hurd.h>
 #include <hurd/xattr.h>
 
-ssize_t
+int
 setxattr (const char *path, const char *name, const void *value, size_t size,
 	  int flags)
 {