summaryrefslogtreecommitdiff
path: root/linuxthreads/Versions
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-08-20 00:11:57 +0000
committerUlrich Drepper <drepper@redhat.com>1999-08-20 00:11:57 +0000
commit264ec183cf07a8886856e81b4263b12260d84bf3 (patch)
treeff7b521c8a9e57aed94a5f6a052a99b41747db9d /linuxthreads/Versions
parent22e65f8f5297d694301c6bfa814fb086ca36d119 (diff)
Update.
* Versions: Export __pthread_kill_other_threads_np from libpthread for GLIBC_2.1.2.
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;
+ }
}