From 3a9521777d2c8887227c796c36de315952fe901d Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sun, 19 Dec 1999 05:31:23 +0000 Subject: [PATCH] Export __libc_pread, __libc_pread64, __libc_pwrite, and __libc_pwrite64. --- posix/Versions | 4 ++++ 1 file changed, 4 insertions(+) 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; + } } -- 2.47.2