diff options
author | Ulrich Drepper <drepper@redhat.com> | 2006-03-31 21:50:22 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2006-03-31 21:50:22 +0000 |
commit | 1329b60176b59b185ad71fc87a86dd0cf9cff21b (patch) | |
tree | d1931dc79ac17a39e9630e017a08d365b831e5d0 /sysdeps/unix/sysv/linux/Versions | |
parent | 92d12cd75e8a09e0ab9092d0f212c4cf86118bb3 (diff) | |
download | glibc-1329b60176b59b185ad71fc87a86dd0cf9cff21b.tar glibc-1329b60176b59b185ad71fc87a86dd0cf9cff21b.tar.gz glibc-1329b60176b59b185ad71fc87a86dd0cf9cff21b.tar.bz2 glibc-1329b60176b59b185ad71fc87a86dd0cf9cff21b.zip |
* sysdeps/unix/sysv/linux/Versions: Export sync_file_range with
GLIBC_2.5.
* sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Remove
LINUX_FADV_ASYNC_WRITE and LINUX_FADV_WRITE_WAIT.
Declare sync_file_range and splice.
* sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
* sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
* sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
* sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
* sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
* sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
* sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
* sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Add
sync_file_range.
* sysdeps/unix/sysv/linux/i386/sync_file_range.S: New file.
Diffstat (limited to 'sysdeps/unix/sysv/linux/Versions')
-rw-r--r-- | sysdeps/unix/sysv/linux/Versions | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/Versions b/sysdeps/unix/sysv/linux/Versions index d7f71155dc..b2e7ee7801 100644 --- a/sysdeps/unix/sysv/linux/Versions +++ b/sysdeps/unix/sysv/linux/Versions @@ -124,7 +124,7 @@ libc { _sys_errlist; sys_errlist; _sys_nerr; sys_nerr; } GLIBC_2.5 { - splice; + splice; sync_file_range; } GLIBC_PRIVATE { # functions used in other libraries |