about summary refs log tree commit diff
path: root/bits/typesizes.h
diff options
context:
space:
mode:
Diffstat (limited to 'bits/typesizes.h')
-rw-r--r--bits/typesizes.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/bits/typesizes.h b/bits/typesizes.h
index 779945bf09..ae6eff5fc5 100644
--- a/bits/typesizes.h
+++ b/bits/typesizes.h
@@ -72,8 +72,13 @@
 
 /* And for rlim_t and rlim64_t.  */
 # define __RLIM_T_MATCHES_RLIM64_T	1
+
+/* And for fsblkcnt_t, fsblkcnt64_t, fsfilcnt_t and fsfilcnt64_t.  */
+# define __STATFS_MATCHES_STATFS64  1
 #else
 # define __RLIM_T_MATCHES_RLIM64_T	0
+
+# define __STATFS_MATCHES_STATFS64  0
 #endif
 
 /* Number of descriptors that can fit in an `fd_set'.  */