diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-11-09 18:28:29 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-11-09 18:28:29 +0000 |
commit | c7ecdbda29cf1fe64cf9b1a482a804d86f7a17f8 (patch) | |
tree | 98114d5f10a7cef81bb837bd7f3258a37eac114c /io | |
parent | a3212d846b4e351ad076f37b5a8906e36c00bbac (diff) | |
download | glibc-c7ecdbda29cf1fe64cf9b1a482a804d86f7a17f8.tar.gz glibc-c7ecdbda29cf1fe64cf9b1a482a804d86f7a17f8.tar.xz glibc-c7ecdbda29cf1fe64cf9b1a482a804d86f7a17f8.zip |
Update.
2000-11-09 H.J. Lu <hjl@gnu.org> * io/Versions (GLIBC_2.2): Add __open64.
Diffstat (limited to 'io')
-rw-r--r-- | io/Versions | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/io/Versions b/io/Versions index 10df42253a..e84559946c 100644 --- a/io/Versions +++ b/io/Versions @@ -94,5 +94,7 @@ libc { GLIBC_2.2 { # p* posix_fadvise; posix_fadvise64; posix_fallocate; posix_fallocate64; + + __open64; } } |