diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-11-10 03:30:36 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-11-10 03:30:36 +0000 |
commit | bb5a22b34a609e2e995ece3c6d5025b950c68f4e (patch) | |
tree | aa9b8b49c2395470a877cf324fe3baa627bbedfb /io | |
parent | 55f462edb056e70ddfdd7bf388a8088d6773ff1d (diff) | |
download | glibc-bb5a22b34a609e2e995ece3c6d5025b950c68f4e.tar glibc-bb5a22b34a609e2e995ece3c6d5025b950c68f4e.tar.gz glibc-bb5a22b34a609e2e995ece3c6d5025b950c68f4e.tar.bz2 glibc-bb5a22b34a609e2e995ece3c6d5025b950c68f4e.zip |
Update.
* io/Versions (GLIBC_2.1.1): Remove lockf64.
See ChangeLog.11 for earlier changes.
Diffstat (limited to 'io')
-rw-r--r-- | io/Versions | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/io/Versions b/io/Versions index e84559946c..e090a6822e 100644 --- a/io/Versions +++ b/io/Versions @@ -83,10 +83,6 @@ libc { # s* statfs64; statvfs; statvfs64; } - GLIBC_2.1.1 { - # l* - lockf64; - } GLIBC_2.1.3 { # For the cancelation wrappers. __libc_open64; __libc_lseek64; |