diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-08-16 08:10:06 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-08-16 08:10:06 +0000 |
commit | f38afd7875ba05ee6f87799d6cbe3d8d799d2d18 (patch) | |
tree | 38c21ed138cd1ca3f279fe73d864ea0d341ace08 /io/Versions | |
parent | bfef9264665ff93866882402a71c116cd0757de1 (diff) | |
download | glibc-f38afd7875ba05ee6f87799d6cbe3d8d799d2d18.tar.gz glibc-f38afd7875ba05ee6f87799d6cbe3d8d799d2d18.tar.xz glibc-f38afd7875ba05ee6f87799d6cbe3d8d799d2d18.zip |
Update.
* sysdeps/unix/sysv/linux/i386/Versions [GLIBC_2.3.3]: Add posix_fadvise64. * sysdeps/unix/sysv/linux/i386/Makefile [subdir=io] (subdir_routines): Add posix_fadvise64_64.
Diffstat (limited to 'io/Versions')
-rw-r--r-- | io/Versions | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/io/Versions b/io/Versions index 9e035aecc7..88f3a9ac04 100644 --- a/io/Versions +++ b/io/Versions @@ -93,9 +93,6 @@ libc { # l* lchmod; } - GLIBC_2.3.3 { - posix_fadvise64; - } GLIBC_PRIVATE { # functions which have an additional interface since they are # cancelable. |