summaryrefslogtreecommitdiff
path: root/resource
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1992-06-17 03:29:43 +0000
committerRoland McGrath <roland@gnu.org>1992-06-17 03:29:43 +0000
commit47286dcec9235808d44a4fc9fa26eab8046b2732 (patch)
tree62fcd69cd49246fd2d05b401a9435ef20b0f4530 /resource
parent34d54f6f3a03dd917bb2a87669c1f1aa57c335f7 (diff)
Formerly ../resource/sys/resource.h.~8~
Diffstat (limited to 'resource')
-rw-r--r--resource/sys/resource.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/resource/sys/resource.h b/resource/sys/resource.h
index f57f820967..fe75276217 100644
--- a/resource/sys/resource.h
+++ b/resource/sys/resource.h
@@ -44,6 +44,12 @@ enum __rlimit_resource
resident set size will be more likely to have physical memory
taken from them. */
RLIMIT_RSS,
+ /* Locked-in-memory address space. */
+ RLIMIT_MEMLOCK,
+ /* Number of processes, */
+ RLIMIT_NPROC,
+ /* Number of open files. */
+ RLIMIT_OFILE,
RLIM_NLIMITS
};