diff options
Diffstat (limited to 'posix/Versions')
-rw-r--r-- | posix/Versions | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/posix/Versions b/posix/Versions index 1955769..da7c479 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; + } } |