aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/setrlimit.c
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-11-15 00:13:42 +0000
committerUlrich Drepper <drepper@redhat.com>1999-11-15 00:13:42 +0000
commit8ba4e594c5ef2b1d0c4e74354413d9f61c799a3c (patch)
tree8db8a1ed14712dc61ee96a35c2c97cd7494db7c3 /sysdeps/unix/sysv/linux/setrlimit.c
parent589e57a9df78a06a9fb55009ee90d9f26d76c9b4 (diff)
downloadglibc-8ba4e594c5ef2b1d0c4e74354413d9f61c799a3c.tar
glibc-8ba4e594c5ef2b1d0c4e74354413d9f61c799a3c.tar.gz
glibc-8ba4e594c5ef2b1d0c4e74354413d9f61c799a3c.tar.bz2
glibc-8ba4e594c5ef2b1d0c4e74354413d9f61c799a3c.zip
Update.
1999-11-14 Ulrich Drepper <drepper@cygnus.com> * sysdeps/unix/sysv/linux/execve.c: Add __syscall_execve prototype. * sysdeps/unix/sysv/linux/setrlimit.c: Add __syscall_setrlimit prototype. * sysdeps/unix/sysv/linux/powerpc/syscalls.list: Add setrlimit. * sysdeps/powerpc/stackinfo.h: New file.
Diffstat (limited to 'sysdeps/unix/sysv/linux/setrlimit.c')
-rw-r--r--sysdeps/unix/sysv/linux/setrlimit.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/setrlimit.c b/sysdeps/unix/sysv/linux/setrlimit.c
index 50506c3ad0..9df977447a 100644
--- a/sysdeps/unix/sysv/linux/setrlimit.c
+++ b/sysdeps/unix/sysv/linux/setrlimit.c
@@ -25,6 +25,8 @@
#include "kernel-features.h"
+extern int __syscall_setrlimit (unsigned int resource,
+ const struct rlimit *rlimits);
/* Linux 2.3.25 introduced a new system call since the types used for
the limits are now unsigned. */