diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-11-15 00:13:42 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-11-15 00:13:42 +0000 |
commit | 8ba4e594c5ef2b1d0c4e74354413d9f61c799a3c (patch) | |
tree | 8db8a1ed14712dc61ee96a35c2c97cd7494db7c3 /sysdeps/unix/sysv/linux/setrlimit.c | |
parent | 589e57a9df78a06a9fb55009ee90d9f26d76c9b4 (diff) | |
download | glibc-8ba4e594c5ef2b1d0c4e74354413d9f61c799a3c.zip glibc-8ba4e594c5ef2b1d0c4e74354413d9f61c799a3c.tar.gz glibc-8ba4e594c5ef2b1d0c4e74354413d9f61c799a3c.tar.bz2 |
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.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/setrlimit.c b/sysdeps/unix/sysv/linux/setrlimit.c index 50506c3..9df9774 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. */ |