summaryrefslogtreecommitdiff
path: root/Versions
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2016-09-19 00:16:48 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2016-09-19 00:16:48 +0200
commit8968cc85b696f305b8afe11c0a753ea1209f7abc (patch)
treeff19314b49a1741a245720c3739cfe50b5da4dfd /Versions
parent23412596845e219b242a763f333fa60954cad84b (diff)
Fix pthread_kill and pthread_self visibility from raise
* pthreadP.h: New file. * sysdeps/generic/pt-kill.c (pthread_kill): Rename to __pthread_kill. pthread_kill: New strong alias. * sysdeps/hurd/pt-kill.c: Likewise. * sysdeps/generic/raise.c: Include <pthreadP.h> instead of <pthread.h>. Make __pthread_kill and __pthread_self weak. (raise): Use __pthread_kill and __pthread_self instead of pthread_kill and pthread_self.
Diffstat (limited to 'Versions')
-rw-r--r--Versions1
1 files changed, 1 insertions, 0 deletions
diff --git a/Versions b/Versions
index 6a8e674..089c6b5 100644
--- a/Versions
+++ b/Versions
@@ -94,6 +94,7 @@ libpthread {
__pthread_key_create;
pthread_kill;
+ __pthread_kill;
pthread_mutex_destroy; pthread_mutex_getprioceiling;
pthread_mutex_init; pthread_mutex_lock; pthread_mutex_setprioceiling;