diff options
Diffstat (limited to 'linuxthreads/Versions')
-rw-r--r-- | linuxthreads/Versions | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/linuxthreads/Versions b/linuxthreads/Versions index c0ec792382..ab4dce50da 100644 --- a/linuxthreads/Versions +++ b/linuxthreads/Versions @@ -118,4 +118,7 @@ libpthread { __pthread_kill_other_threads_np; __vfork; } + GLIBC_2.2 { + __res_state; + } } |