diff options
author | Andreas Jaeger <aj@suse.de> | 1999-11-22 16:34:19 +0000 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 1999-11-22 16:34:19 +0000 |
commit | 35fc39abc90f2231973a61caeb18c1d47d490cf0 (patch) | |
tree | 59197605352b9c51bfb41a459d6cf055d2ff666b | |
parent | 7f6532772c84ad2c93ce201501cae31b024037a2 (diff) | |
download | glibc-35fc39abc90f2231973a61caeb18c1d47d490cf0.tar.gz glibc-35fc39abc90f2231973a61caeb18c1d47d490cf0.tar.xz glibc-35fc39abc90f2231973a61caeb18c1d47d490cf0.zip |
Add __syscall_setrlimit.
-rw-r--r-- | sysdeps/unix/sysv/linux/mips/syscalls.list | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/mips/syscalls.list b/sysdeps/unix/sysv/linux/mips/syscalls.list index 0939cda0cf..5ddba9b4f6 100644 --- a/sysdeps/unix/sysv/linux/mips/syscalls.list +++ b/sysdeps/unix/sysv/linux/mips/syscalls.list @@ -64,6 +64,7 @@ s_pread64 pread64 pread 6 __syscall_pread s_ptrace ptrace ptrace 4 __syscall_ptrace s_pwrite64 pwrite64 pwrite 6 __syscall_pwrite s_reboot reboot reboot 3 __syscall_reboot +s_setrlimit setrlimit setrlimit 3 __syscall_setrlimit s_sigpending sigpending sigpending 1 __syscall_sigpending s_sigprocmask sigprocmask sigprocmask 3 __syscall_sigprocmask # Todo: we can pass 6 args in registers, no need for the wrapper |