diff options
author | Roland McGrath <roland@gnu.org> | 2002-12-05 23:46:39 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-12-05 23:46:39 +0000 |
commit | fec78d3f4e850cb2ecf2ed11a56077bbfd41f82a (patch) | |
tree | 14803209b55a3ef63c009fd04c0817ed8f7cba7a /sysdeps | |
parent | 3a56243bb0e93c699f46e48efeca06fac139cfd6 (diff) | |
download | glibc-fec78d3f4e850cb2ecf2ed11a56077bbfd41f82a.tar glibc-fec78d3f4e850cb2ecf2ed11a56077bbfd41f82a.tar.gz glibc-fec78d3f4e850cb2ecf2ed11a56077bbfd41f82a.tar.bz2 glibc-fec78d3f4e850cb2ecf2ed11a56077bbfd41f82a.zip |
2002-12-05 Jakub Jelinek <jakub@redhat.com>
* sysdeps/unix/sysv/linux/x86_64/syscalls.list (sendfile): Change
args to i:iipi.
(readahead): Change args to i:iii.
* sysdeps/unix/sysv/linux/powerpc/powerpc64/syscalls.list (readahead):
Change args to i:iii.
* sysdeps/unix/sysv/linux/mips/syscalls.list (readahead): Change
args to i:iiii.
Diffstat (limited to 'sysdeps')
-rw-r--r-- | sysdeps/unix/sysv/linux/mips/syscalls.list | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/mips/syscalls.list b/sysdeps/unix/sysv/linux/mips/syscalls.list index f12195fa6b..76b8b0fe15 100644 --- a/sysdeps/unix/sysv/linux/mips/syscalls.list +++ b/sysdeps/unix/sysv/linux/mips/syscalls.list @@ -66,7 +66,7 @@ s_pread64 pread64 pread i:ibniii __syscall_pread s_putpmsg putpmsg putpmsg i:ippii __syscall_putpmsg s_ptrace ptrace ptrace i:iipp __syscall_ptrace s_pwrite64 pwrite64 pwrite i:ibniii __syscall_pwrite -s_readahead EXTRA readahead i:iipi __syscall_readahead +s_readahead EXTRA readahead i:iiii __syscall_readahead s_reboot reboot reboot i:iii __syscall_reboot s_setrlimit setrlimit setrlimit i:ip __syscall_setrlimit s_sigpending sigpending sigpending i:p __syscall_sigpending |