summaryrefslogtreecommitdiff
path: root/forward.c
diff options
context:
space:
mode:
Diffstat (limited to 'forward.c')
-rw-r--r--forward.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/forward.c b/forward.c
index 771b3ca..d34987b 100644
--- a/forward.c
+++ b/forward.c
@@ -134,6 +134,7 @@ FORWARD2 (pthread_self, pthread_t, (void), (), return 0)
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)