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