diff options
author | Roland McGrath <roland@gnu.org> | 2002-12-03 07:28:09 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-12-03 07:28:09 +0000 |
commit | 91c0a70cc5e0b3977f2bfa7b986bdc9bf27d0a31 (patch) | |
tree | f78189a9adef04e9aef58b9e1779b165ecde998c /sysdeps/unix/sysv/linux/x86_64 | |
parent | c22b52fa115b51b843c4bd5f1fdfec680693cf73 (diff) | |
download | glibc-91c0a70cc5e0b3977f2bfa7b986bdc9bf27d0a31.tar glibc-91c0a70cc5e0b3977f2bfa7b986bdc9bf27d0a31.tar.gz glibc-91c0a70cc5e0b3977f2bfa7b986bdc9bf27d0a31.tar.bz2 glibc-91c0a70cc5e0b3977f2bfa7b986bdc9bf27d0a31.zip |
2002-12-02 Roland McGrath <roland@redhat.com>
* sysdeps/unix/sysv/linux/alpha/syscalls.list (readahead): Change
caller from EXTRA to -.
* sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
* sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
* sysdeps/unix/sysv/linux/ia64/syscalls.list: Likewise.
Diffstat (limited to 'sysdeps/unix/sysv/linux/x86_64')
-rw-r--r-- | sysdeps/unix/sysv/linux/x86_64/syscalls.list | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/x86_64/syscalls.list b/sysdeps/unix/sysv/linux/x86_64/syscalls.list index bec657e2b5..6179707738 100644 --- a/sysdeps/unix/sysv/linux/x86_64/syscalls.list +++ b/sysdeps/unix/sysv/linux/x86_64/syscalls.list @@ -12,7 +12,7 @@ getrlimit - getrlimit i:ip __getrlimit getrlimit getrlimit64 setrlimit - setrlimit i:ip __setrlimit setrlimit64 setrlimit ftruncate - ftruncate i:ii __ftruncate ftruncate ftruncate64 __ftruncate64 truncate - truncate i:si truncate truncate64 -readahead EXTRA readahead i:iipi __readahead readahead +readahead - readahead i:iipi __readahead readahead sendfile - sendfile i:iip sendfile sendfile64 # semaphore and shm system calls |