patch-2.4.0-test9 linux/include/asm-sh/resource.h
Next file: linux/include/asm-sh/string.h
Previous file: linux/include/asm-sh/pgtable.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-sh/resource.h
- Orig date:
Sun Mar 5 09:33:55 2000
diff -u --recursive --new-file v2.4.0-test8/linux/include/asm-sh/resource.h linux/include/asm-sh/resource.h
@@ -15,8 +15,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_LOCKS 10 /* maximum file locks held */
-#define RLIM_NLIMITS 10
+#define RLIM_NLIMITS 11
#ifdef __KERNEL__
@@ -36,6 +37,7 @@
{ RLIM_INFINITY, RLIM_INFINITY }, \
{ 0, 0 }, \
{ INR_OPEN, INR_OPEN }, \
+ { RLIM_INFINITY, RLIM_INFINITY }, \
{ RLIM_INFINITY, RLIM_INFINITY }, \
{ RLIM_INFINITY, RLIM_INFINITY }, \
}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)