summaryrefslogtreecommitdiff
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 53047b8531..ff20601046 100644
--- a/bits/typesizes.h
+++ b/bits/typesizes.h
@@ -69,6 +69,11 @@
/* Same for ino_t and ino64_t. */
# define __INO_T_MATCHES_INO64_T 1
+
+/* And for rlim_t and rlim64_t. */
+# define __RLIM_T_MATCHES_RLIM64_T 1
+#else
+# define __RLIM_T_MATCHES_RLIM64_T 0
#endif
/* Number of descriptors that can fit in an `fd_set'. */