patch-2.4.0-test9 linux/include/asm-s390/resource.h
Next file: linux/include/asm-sh/atomic.h
Previous file: linux/include/asm-s390/fcntl.h
Back to the patch index
Back to the overall index
- Lines: 19
- Date:
Fri Sep 22 14:21:21 2000
- Orig file:
v2.4.0-test8/linux/include/asm-s390/resource.h
- Orig date:
Fri May 12 11:41:44 2000
diff -u --recursive --new-file v2.4.0-test8/linux/include/asm-s390/resource.h linux/include/asm-s390/resource.h
@@ -23,8 +23,9 @@
#define RLIMIT_NOFILE 7 /* max number of open files */
#define RLIMIT_MEMLOCK 8 /* max locked-in-memory address space */
#define RLIMIT_AS 9 /* address space limit */
+#define RLIMIT_AS 10 /* maximum file locks held */
-#define RLIM_NLIMITS 10
+#define RLIM_NLIMITS 11
/*
* SuS says limits have to be unsigned.
@@ -44,6 +45,7 @@
{ LONG_MAX, LONG_MAX }, \
{ MAX_TASKS_PER_USER, MAX_TASKS_PER_USER }, \
{ INR_OPEN, INR_OPEN }, \
+ { LONG_MAX, LONG_MAX }, \
{ LONG_MAX, LONG_MAX }, \
{ LONG_MAX, LONG_MAX }, \
}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)