]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Export __pthread_kill_other_threads_np from libpthread for GLIBC_2.1.2.
authorUlrich Drepper <drepper@redhat.com>
Fri, 20 Aug 1999 00:16:44 +0000 (00:16 +0000)
committerUlrich Drepper <drepper@redhat.com>
Fri, 20 Aug 1999 00:16:44 +0000 (00:16 +0000)
linuxthreads/Versions

index 5ec3dacd3df18709506760a695ca95ac675d1eec..38b135d0a209115224e0ce200da7659b68f22f7a 100644 (file)
@@ -113,4 +113,7 @@ libpthread {
   GLIBC_2.1.1 {
     sem_close; sem_open; sem_unlink;
   }
+  GLIBC_2.1.2 {
+    __pthread_kill_other_threads_np;
+  }
 }