From: Ulrich Drepper Date: Sun, 19 Dec 1999 05:30:56 +0000 (+0000) Subject: Export __libc_open64 and __libc_lseek64. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=84876bd4dd81bda4abfba5df436abdd5d34ec58f;p=thirdparty%2Fglibc.git Export __libc_open64 and __libc_lseek64. --- diff --git a/io/Versions b/io/Versions index ab489fd25e9..3cfe41511aa 100644 --- a/io/Versions +++ b/io/Versions @@ -87,4 +87,8 @@ libc { # l* lockf64; } + GLIBC_2.1.3 { + # For the cancelation wrappers. + __libc_open64; __libc_lseek64; + } }