From: Ulrich Drepper Date: Sun, 19 Dec 1999 05:31:23 +0000 (+0000) Subject: Export __libc_pread, __libc_pread64, __libc_pwrite, and X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3a9521777d2c8887227c796c36de315952fe901d;p=thirdparty%2Fglibc.git Export __libc_pread, __libc_pread64, __libc_pwrite, and __libc_pwrite64. --- diff --git a/posix/Versions b/posix/Versions index 195576937a0..da7c479ffb3 100644 --- a/posix/Versions +++ b/posix/Versions @@ -88,4 +88,8 @@ libc { # functions used in other libraries __libc_fork; __vfork; } + GLIBC_2.1.3 { + # For the cancelation wrappers. + __libc_pread; __libc_pread64; __libc_pwrite; __libc_pwrite64; + } }