summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2018-03-25 11:22:10 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2018-03-25 11:22:10 +0200
commitc08b7c873d1fe8efd82abdb4c6349bc593e27288 (patch)
tree7dc10a724d8cd41909e3933852e930bda64eb080
parent3931478319b31d4d28940076ec39475bb4d1018d (diff)
Fix crash on raise()
* Versions (libpthread): Add __pthread_self.
-rw-r--r--Versions1
1 files changed, 1 insertions, 0 deletions
diff --git a/Versions b/Versions
index 79bb564..6a63a1b 100644
--- a/Versions
+++ b/Versions
@@ -118,6 +118,7 @@ libpthread {
pthread_rwlockattr_init; pthread_rwlockattr_setpshared;
pthread_self;
+ __pthread_self;
pthread_setcancelstate; pthread_setcanceltype;
pthread_setconcurrency; pthread_setschedparam;