summaryrefslogtreecommitdiff
path: root/forward.c
diff options
context:
space:
mode:
Diffstat (limited to 'forward.c')
-rw-r--r--forward.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/forward.c b/forward.c
index af1d2c4..c819357 100644
--- a/forward.c
+++ b/forward.c
@@ -133,8 +133,9 @@ 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)
+strong_alias (__pthread_setcancelstate, pthread_setcancelstate);
FORWARD (pthread_setcanceltype, (int type, int *oldtype), (type, oldtype), 0)