From 6fd3ac79613c9e1832513b0f614860be2735993f Mon Sep 17 00:00:00 2001 From: "\"Steven J. Hill\"" Date: Fri, 2 Dec 2005 01:50:58 +0000 Subject: Merge from trunk. --- libc/sysdeps/linux/common/ulimit.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'libc/sysdeps/linux/common/ulimit.c') diff --git a/libc/sysdeps/linux/common/ulimit.c b/libc/sysdeps/linux/common/ulimit.c index 2394edaae..b8e09fc8f 100644 --- a/libc/sysdeps/linux/common/ulimit.c +++ b/libc/sysdeps/linux/common/ulimit.c @@ -18,6 +18,10 @@ * */ +#define sysconf __sysconf +#define getrlimit __getrlimit +#define setrlimit __setrlimit + #define _GNU_SOURCE #define _LARGEFILE64_SOURCE #include -- cgit v1.2.3