about summary refs log tree commit diff
path: root/bits
diff options
context:
space:
mode:
Diffstat (limited to 'bits')
-rw-r--r--bits/resource.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/bits/resource.h b/bits/resource.h
index cda455bccf..7693d20fed 100644
--- a/bits/resource.h
+++ b/bits/resource.h
@@ -86,6 +86,10 @@ enum __rlimit_resource
 # define RLIM64_INFINITY 0x7fffffffffffffffLL
 #endif
 
+/* We can represent all limits.  */
+#define RLIM_SAVED_MAX	RLIM_INFINITY
+#define RLIM_SAVED_CUR	RLIM_INFINITY
+
 
 /* Type for resource quantity measurement.  */
 #ifndef __USE_FILE_OFFSET64