* include/sys/resource.h: Fix typo.

This commit is contained in:
Corinna Vinschen
2001-01-31 12:24:24 +00:00
parent 44e6d951c7
commit 8344351113
2 changed files with 6 additions and 2 deletions

View File

@@ -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