From 30ad111b1ab51018d3bc3aad584221aace8bf4ae Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Wed, 13 Jul 2016 01:21:32 +0200 Subject: Add missing pthread_setcancelstate alias * forward.c (pthread_setcancelstate): Define alias to __pthread_setcancelstate. --- forward.c | 1 + 1 file changed, 1 insertion(+) (limited to 'forward.c') diff --git a/forward.c b/forward.c index c04f47c..860c24d 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) -- cgit v1.2.3