From: Ulrich Drepper Date: Fri, 20 Aug 1999 00:16:44 +0000 (+0000) Subject: Export __pthread_kill_other_threads_np from libpthread for GLIBC_2.1.2. X-Git-Tag: cvs/glibc_2-1-2~108 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ca0f8235195c2b74e440c4b21d6fb7a95417b147;p=thirdparty%2Fglibc.git Export __pthread_kill_other_threads_np from libpthread for GLIBC_2.1.2. --- diff --git a/linuxthreads/Versions b/linuxthreads/Versions index 5ec3dacd3df..38b135d0a20 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; + } }