* include/sys/resource.h: Fix typo.
This commit is contained in:
parent
44e6d951c7
commit
8344351113
@ -1,6 +1,10 @@
|
||||
Wed Jan 31 13:22:00 2001 Corinna Vinschen <corinna@vinschen.de>
|
||||
|
||||
* include/sys/resource.h: Fix typo.
|
||||
|
||||
Wed Jan 31 13:20:00 2001 Corinna Vinschen <corinna@vinschen.de>
|
||||
|
||||
* include/sys/resources.h: Add RLIMIT_NLIMITS and RLIM_NLIMITS.
|
||||
* include/sys/resource.h: Add RLIMIT_NLIMITS and RLIM_NLIMITS.
|
||||
|
||||
Tue Jan 30 18:15:23 2001 Christopher Faylor <cgf@cygnus.com>
|
||||
|
||||
|
@ -17,7 +17,7 @@ extern "C" {
|
||||
#define RLIMIT_AS 6 /* address space (virt. memory) limit */
|
||||
|
||||
#define RLIMIT_NLIMITS 7 /* upper bound of RLIMIT_* defines */
|
||||
#define RLIM_NLIMITS RLIM_NLIMITS
|
||||
#define RLIM_NLIMITS RLIMIT_NLIMITS
|
||||
|
||||
#define RLIM_INFINITY (0xffffffffUL)
|
||||
#define RLIM_SAVED_MAX RLIM_INFINITY
|
||||
|
Loading…
Reference in New Issue
Block a user