about summary refs log tree commit diff
path: root/sysdeps/mach/hurd/bits/typesizes.h
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/mach/hurd/bits/typesizes.h')
-rw-r--r--sysdeps/mach/hurd/bits/typesizes.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/sysdeps/mach/hurd/bits/typesizes.h b/sysdeps/mach/hurd/bits/typesizes.h
index c30de12d1d..3600137f50 100644
--- a/sysdeps/mach/hurd/bits/typesizes.h
+++ b/sysdeps/mach/hurd/bits/typesizes.h
@@ -64,5 +64,9 @@
 /* Number of descriptors that can fit in an `fd_set'.  */
 #define	__FD_SETSIZE		256
 
+/* Tell the libc code that fsblkcnt_t, fsblkcnt64_t, fsfilcnt_t and
+   fsfilcnt64_t are not the same type for all ABI purposes.  */
+# define __STATFS_MATCHES_STATFS64  0
+
 
 #endif /* bits/typesizes.h */