From edb5bb83ec918dc6b77b3da5b246c056932d78d7 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Sat, 20 Aug 2016 22:13:26 +0200 Subject: Fix build with 2.22 --- forward.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'forward.c') diff --git a/forward.c b/forward.c index d34987b..860c24d 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) strong_alias (__pthread_setcancelstate, pthread_setcancelstate); -- cgit v1.2.3