]> sourceware.org Git - glibc.git/commitdiff
2002-12-02 Roland McGrath <roland@redhat.com>
authorRoland McGrath <roland@gnu.org>
Tue, 3 Dec 2002 07:28:09 +0000 (07:28 +0000)
committerRoland McGrath <roland@gnu.org>
Tue, 3 Dec 2002 07:28:09 +0000 (07:28 +0000)
* 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.

sysdeps/unix/sysv/linux/alpha/syscalls.list
sysdeps/unix/sysv/linux/ia64/syscalls.list
sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list
sysdeps/unix/sysv/linux/x86_64/syscalls.list

index 7c1a0bebf27fccbf61e7da0489eadb670701d4d8..c8ab6ec847217a0919fd1c72e4b31ee5ca735e77 100644 (file)
@@ -28,7 +28,7 @@ getrlimit     -       getrlimit       2       __getrlimit     getrlimit getrlimit64
 setrlimit      -       setrlimit       2       __setrlimit     setrlimit64 setrlimit
 ftruncate      -       ftruncate       2       __ftruncate     ftruncate __ftruncate64 ftruncate64
 truncate       -       truncate        2       truncate        truncate64
-readahead      EXTRA   readahead       3       __readahead     readahead
+readahead      -       readahead       3       __readahead     readahead
 sendfile       -       sendfile        i:iipi  sendfile        sendfile64
 
 # these are actually common with the x86:
index 547074c67247972bfc5f6ae32878490781a18f2a..723573aa43825032d195ae0bcf82ac5bc56105d5 100644 (file)
@@ -16,7 +16,7 @@ ftruncate     -       ftruncate       2       __ftruncate     ftruncate ftruncate64 __ftruncate64
 truncate       -       truncate        2       truncate        truncate64
 getrlimit      -       getrlimit       2       __getrlimit     getrlimit getrlimit64
 setrlimit      -       setrlimit       2       __setrlimit     setrlimit setrlimit64
-readahead      EXTRA   readahead       3       __readahead     readahead
+readahead      -       readahead       3       __readahead     readahead
 sendfile       -       sendfile        i:iipi  sendfile        sendfile64
 
 # semaphore and shm system calls
index 27af9c8d55f1f813b812aac0c82cec1a02aa525e..43002a51c624eff891125daf90af64024acc25f3 100644 (file)
@@ -11,7 +11,7 @@ setrlimit     -       setrlimit       2       __setrlimit     setrlimit64 setrlimit
 ftruncate      -       ftruncate       2       __ftruncate     ftruncate __ftruncate64 ftruncate64
 truncate       -       truncate        2       truncate        truncate64
 mmap           -       mmap            6       __mmap          mmap __mmap64 mmap64
-readahead      EXTRA   readahead       3       __readahead     readahead
+readahead      -       readahead       3       __readahead     readahead
 sendfile       -       sendfile        i:iipi  sendfile        sendfile64
 
 # Override select.S in parent directory:
index bec657e2b5fc61ae1291873b004fc33057607295..6179707738a26768cb262c5f89d150caf9e24325 100644 (file)
@@ -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
This page took 0.046181 seconds and 5 git commands to generate.