diff options
Diffstat (limited to 'libc/sysdeps/linux/common/setrlimit64.c')
-rw-r--r-- | libc/sysdeps/linux/common/setrlimit64.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/common/setrlimit64.c b/libc/sysdeps/linux/common/setrlimit64.c index 29fad3e36..8d190f573 100644 --- a/libc/sysdeps/linux/common/setrlimit64.c +++ b/libc/sysdeps/linux/common/setrlimit64.c @@ -35,7 +35,7 @@ #include <sys/types.h> #include <sys/resource.h> -#if defined __UCLIBC_HAVE_LFS__ +#if defined __UCLIBC_HAS_LFS__ /* Set the soft and hard limits for RESOURCE to *RLIMITS. Only the super-user can increase hard limits. |