diff options
Diffstat (limited to 'linuxthreads/Versions')
-rw-r--r-- | linuxthreads/Versions | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/linuxthreads/Versions b/linuxthreads/Versions index ab4dce50da..0b21abb141 100644 --- a/linuxthreads/Versions +++ b/linuxthreads/Versions @@ -118,6 +118,11 @@ libpthread { __pthread_kill_other_threads_np; __vfork; } + GLIBC_2.1.3 { + # For the cancelation wrappers. + pread; __pread64; pread64; pwrite; __pwrite64; pwrite64; lseek64; + open64; __open64; + } GLIBC_2.2 { __res_state; } |