diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-02-05 23:30:38 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-02-05 23:30:38 +0000 |
commit | 5cd09cd6482726257275ce45e39c5dd7dcbe9251 (patch) | |
tree | b15b315544dbf3884ed08e1f0cacc787a3185ca4 /sysdeps/unix/sysv/linux/alpha | |
parent | e0f86659bebf16c150e1c4cfe385c643c424e322 (diff) | |
download | glibc-5cd09cd6482726257275ce45e39c5dd7dcbe9251.tar glibc-5cd09cd6482726257275ce45e39c5dd7dcbe9251.tar.gz glibc-5cd09cd6482726257275ce45e39c5dd7dcbe9251.tar.bz2 glibc-5cd09cd6482726257275ce45e39c5dd7dcbe9251.zip |
Update.
* sysdeps/unix/sysv/linux/posix_fadvise.c: New file.
* sysdeps/unix/sysv/linux/syscalls.list: Add posix_fadvise64 syscall.
* sysdeps/unix/sysv/linux/alpha/syscalls.list: Likewise.
* sysdeps/unix/sysv/linux/ia64/syscalls.list: Likewise.
* sysdeps/unix/sysv/linux/powerpc/powerpc64/syscalls.list: Likewise.
* sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
* sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
Diffstat (limited to 'sysdeps/unix/sysv/linux/alpha')
-rw-r--r-- | sysdeps/unix/sysv/linux/alpha/syscalls.list | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/alpha/syscalls.list b/sysdeps/unix/sysv/linux/alpha/syscalls.list index 6907ef1d2f..96bc8a5fd3 100644 --- a/sysdeps/unix/sysv/linux/alpha/syscalls.list +++ b/sysdeps/unix/sysv/linux/alpha/syscalls.list @@ -20,6 +20,7 @@ getpeername - getpeername 3 __getpeername getpeername getpriority - getpriority 2 __getpriority getpriority mmap - mmap 6 __mmap mmap __mmap64 mmap64 llseek EXTRA lseek C:3 __libc_lseek64 __llseek llseek __lseek64 lseek64 +posix_fadvise64 - fadvise64 4 posix_fadvise64 posix_fadvise pread - pread C:4 __libc_pread __libc_pread64 __pread pread __pread64 pread64 pwrite - pwrite C:4 __libc_pwrite __libc_pwrite64 __pwrite pwrite __pwrite64 pwrite64 fstatfs - fstatfs 2 __fstatfs fstatfs __fstatfs64 fstatfs64 |