From 84876bd4dd81bda4abfba5df436abdd5d34ec58f Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sun, 19 Dec 1999 05:30:56 +0000 Subject: [PATCH] Export __libc_open64 and __libc_lseek64. --- io/Versions | 4 ++++ 1 file changed, 4 insertions(+) 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; + } } -- 2.47.2