diff options
author | Andreas Jaeger <aj@suse.de> | 2002-09-13 07:12:28 +0000 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2002-09-13 07:12:28 +0000 |
commit | ad9dff54b0683eaf41964511510dbabac047de42 (patch) | |
tree | 2721798b27e2da7a6d83321a2c867d85a2bb5bdc /sysdeps | |
parent | 0752643673b8f9f99f4efa14ec80a01bb18e2273 (diff) | |
download | glibc-ad9dff54b0683eaf41964511510dbabac047de42.tar glibc-ad9dff54b0683eaf41964511510dbabac047de42.tar.gz glibc-ad9dff54b0683eaf41964511510dbabac047de42.tar.bz2 glibc-ad9dff54b0683eaf41964511510dbabac047de42.zip |
Add readahead syscall.
Diffstat (limited to 'sysdeps')
-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 f7d2e291a5..57237d708a 100644 --- a/sysdeps/unix/sysv/linux/mips/syscalls.list +++ b/sysdeps/unix/sysv/linux/mips/syscalls.list @@ -67,6 +67,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_reboot reboot reboot i:iii __syscall_reboot s_setrlimit setrlimit setrlimit i:ip __syscall_setrlimit s_sigpending sigpending sigpending i:p __syscall_sigpending |