summaryrefslogtreecommitdiff
path: root/forward.c
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2016-03-17 01:26:54 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2016-03-17 01:26:54 +0100
commit09ba6794c68c123caa9706245882d87febed0aff (patch)
tree7a4526c3d6ed7115f4b2525129b7e0f254293b0d /forward.c
parent46406bc7f0a58cb2cfe7973b8c3b587a02beb74f (diff)
Fix build against glibc 2.23
Diffstat (limited to 'forward.c')
-rw-r--r--forward.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/forward.c b/forward.c
index 771b3ca..c04f47c 100644
--- a/forward.c
+++ b/forward.c
@@ -132,7 +132,7 @@ FORWARD (pthread_mutex_unlock, (pthread_mutex_t *mutex), (mutex), 0)
FORWARD2 (pthread_self, pthread_t, (void), (), return 0)
-FORWARD (pthread_setcancelstate, (int state, int *oldstate), (state, oldstate),
+FORWARD (__pthread_setcancelstate, (int state, int *oldstate), (state, oldstate),
0)
FORWARD (pthread_setcanceltype, (int type, int *oldtype), (type, oldtype), 0)