summary refs log tree commit diff
path: root/linuxthreads/Versions
diff options
context:
space:
mode:
Diffstat (limited to 'linuxthreads/Versions')
-rw-r--r--linuxthreads/Versions3
1 files changed, 3 insertions, 0 deletions
diff --git a/linuxthreads/Versions b/linuxthreads/Versions
index 5ec3dacd3d..38b135d0a2 100644
--- a/linuxthreads/Versions
+++ b/linuxthreads/Versions
@@ -113,4 +113,7 @@ libpthread {
   GLIBC_2.1.1 {
     sem_close; sem_open; sem_unlink;
   }
+  GLIBC_2.1.2 {
+    __pthread_kill_other_threads_np;
+  }
 }