mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-28 04:03:35 +08:00
Update.
2000-08-23 Jakub Jelinek <jakub@redhat.com> * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Use __setrlimit as strong name. Takes only 2 arguments. * sysdeps/unix/sysv/linux/sh/syscalls.list: __syscall_setrlimit takes only 2 arguments.
This commit is contained in:
parent
ea18f67073
commit
39d4e06f6d
@ -1,3 +1,11 @@
|
||||
2000-08-23 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
* sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Use
|
||||
__setrlimit as strong name. Takes only 2 arguments.
|
||||
|
||||
* sysdeps/unix/sysv/linux/sh/syscalls.list: __syscall_setrlimit
|
||||
takes only 2 arguments.
|
||||
|
||||
2000-08-23 Martin Schwidefsky <schwidefsky@de.ibm.com>
|
||||
|
||||
* sysdeps/s390/__longjmp.c: Add __ to JB_GPR*.
|
||||
|
@ -28,7 +28,7 @@ s_pread64 pread64 pread 5 __syscall_pread
|
||||
s_ptrace ptrace ptrace 4 __syscall_ptrace
|
||||
s_pwrite64 pwrite64 pwrite 5 __syscall_pwrite
|
||||
s_reboot reboot reboot 3 __syscall_reboot
|
||||
s_setrlimit setrlimit setrlimit 3 __syscall_setrlimit
|
||||
s_setrlimit setrlimit setrlimit 2 __syscall_setrlimit
|
||||
s_sigaction sigaction sigaction 3 __syscall_sigaction
|
||||
s_sigpending sigpending sigpending 1 __syscall_sigpending
|
||||
s_sigprocmask sigprocmask sigprocmask 3 __syscall_sigprocmask
|
||||
|
@ -9,7 +9,7 @@ s_setgid setgid setgid 1 __syscall_setgid
|
||||
s_setgroups setgroups setgroups 2 __syscall_setgroups
|
||||
s_setregid setregid setregid 2 __syscall_setregid
|
||||
s_setreuid setreuid setreuid 2 __syscall_setreuid
|
||||
setrlimit - setrlimit 3 setrlimit
|
||||
setrlimit - setrlimit 2 __setrlimit setrlimit
|
||||
getrlimit - getrlimit 2 __getrlimit getrlimit
|
||||
s_ipc msgget ipc 5 __syscall_ipc
|
||||
s_setuid setuid setuid 1 __syscall_setuid
|
||||
|
Loading…
Reference in New Issue
Block a user