]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Export __libc_open64 and __libc_lseek64.
authorUlrich Drepper <drepper@redhat.com>
Sun, 19 Dec 1999 05:30:56 +0000 (05:30 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sun, 19 Dec 1999 05:30:56 +0000 (05:30 +0000)
io/Versions

index ab489fd25e96e24baeb8abc47f62ee3d02ac9858..3cfe41511aac2f4718a678630eea4b775cea4bc6 100644 (file)
@@ -87,4 +87,8 @@ libc {
     # l*
     lockf64;
   }
+  GLIBC_2.1.3 {
+    # For the cancelation wrappers.
+    __libc_open64; __libc_lseek64;
+  }
 }