diff options
author | Eric Andersen <andersen@codepoet.org> | 2002-03-31 01:56:09 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2002-03-31 01:56:09 +0000 |
commit | 9116dff92e5b362011431f073fe6aa98327be254 (patch) | |
tree | 2e7c935ef2a7d79c17a0bb47b5c1663ed465336a /libc/sysdeps/linux/common/Makefile | |
parent | 8ba7d3bab5a6510fa5ee12d033eb0a26966ea3d3 (diff) |
Add support for getrlimit64 and setrlimit64. Fix some problems
with the getrlimit and setrlimit syscalls.
-Erik
Diffstat (limited to 'libc/sysdeps/linux/common/Makefile')
-rw-r--r-- | libc/sysdeps/linux/common/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/common/Makefile b/libc/sysdeps/linux/common/Makefile index ba35ed22a..eb5d31323 100644 --- a/libc/sysdeps/linux/common/Makefile +++ b/libc/sysdeps/linux/common/Makefile @@ -32,7 +32,8 @@ endif CSRC= waitpid.c kernel_version.c statfix.c getdnnm.c gethstnm.c \ mkfifo.c setegid.c wait.c getpagesize.c seteuid.c \ wait3.c setpgrp.c getdtablesize.c create_module.c ptrace.c \ - cmsg_nxthdr.c open64.c statfix64.c statfs64.c longjmp.c + cmsg_nxthdr.c open64.c statfix64.c statfs64.c longjmp.c \ + getrlimit64.c setrlimit64.c ifneq ($(strip $(EXCLUDE_BRK)),true) CSRC+=sbrk.c endif |