about summary refs log tree commit diff
path: root/sysdeps/unix
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-03-20 22:06:17 +0000
committerUlrich Drepper <drepper@redhat.com>2000-03-20 22:06:17 +0000
commite994fb1b77d151b416598d5a9b89039f26a5fd72 (patch)
treed1e204bfe10438e9d0911512832ab20e4d96828a /sysdeps/unix
parentb7434f8243547189c14e42559c09c14c41d521ad (diff)
downloadglibc-e994fb1b77d151b416598d5a9b89039f26a5fd72.tar.gz
glibc-e994fb1b77d151b416598d5a9b89039f26a5fd72.tar.xz
glibc-e994fb1b77d151b416598d5a9b89039f26a5fd72.zip
Add syscall for setrlimit on version 2.0.
Diffstat (limited to 'sysdeps/unix')
-rw-r--r--sysdeps/unix/sysv/linux/i386/syscalls.list1
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/i386/syscalls.list b/sysdeps/unix/sysv/linux/i386/syscalls.list
index 935c507b32..3cf0d30340 100644
--- a/sysdeps/unix/sysv/linux/i386/syscalls.list
+++ b/sysdeps/unix/sysv/linux/i386/syscalls.list
@@ -3,3 +3,4 @@
 modify_ldt	EXTRA	modify_ldt	3	__modify_ldt	modify_ldt
 vm86		-	vm86		1	__vm86		vm86
 oldgetrlimit	EXTRA	getrlimit	2	__old_getrlimit	getrlimit@GLIBC_2.0
+oldsetrlimit	EXTRA	setrlimit	2	__old_setrlimit	setrlimit@GLIBC_2.0