diff options
author | Roland McGrath <roland@gnu.org> | 2002-12-05 23:47:33 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-12-05 23:47:33 +0000 |
commit | 9cf6fef17162bc710c6e9088c34d40f399b54656 (patch) | |
tree | 97d34b7c5f3d6446aa0cb422e6b529e09f39df90 /sysdeps/unix/sysv/linux/mips | |
parent | ca4961c0956bb3a6ed4fee5181717afbe4978058 (diff) | |
download | glibc-9cf6fef17162bc710c6e9088c34d40f399b54656.tar glibc-9cf6fef17162bc710c6e9088c34d40f399b54656.tar.gz glibc-9cf6fef17162bc710c6e9088c34d40f399b54656.tar.bz2 glibc-9cf6fef17162bc710c6e9088c34d40f399b54656.zip |
* 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/unix/sysv/linux/mips')
-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 |