diff options
Diffstat (limited to 'libc/sysdeps/linux/common/ulimit.c')
-rw-r--r-- | libc/sysdeps/linux/common/ulimit.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libc/sysdeps/linux/common/ulimit.c b/libc/sysdeps/linux/common/ulimit.c index 2394edaae..5bbed45a7 100644 --- a/libc/sysdeps/linux/common/ulimit.c +++ b/libc/sysdeps/linux/common/ulimit.c @@ -18,6 +18,8 @@ * */ +#define sysconf __sysconf + #define _GNU_SOURCE #define _LARGEFILE64_SOURCE #include <features.h> |