From 7887bb77be1661b1233611bba78e21d97b6554f2 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Sun, 21 Aug 2016 01:53:31 +0200 Subject: Revert "Fix build with 2.22" This reverts commit edb5bb83ec918dc6b77b3da5b246c056932d78d7. --- pthread/pt-initialize.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pthread') diff --git a/pthread/pt-initialize.c b/pthread/pt-initialize.c index 4435a36..9e5404b 100644 --- a/pthread/pt-initialize.c +++ b/pthread/pt-initialize.c @@ -61,7 +61,7 @@ static const struct pthread_functions pthread_functions = .ptr_pthread_mutex_trylock = __pthread_mutex_trylock, .ptr_pthread_mutex_unlock = __pthread_mutex_unlock, .ptr_pthread_self = __pthread_self, - .ptr___pthread_setcancelstate = __pthread_setcancelstate, + .ptr_pthread_setcancelstate = __pthread_setcancelstate, .ptr_pthread_setcanceltype = __pthread_setcanceltype, .ptr___pthread_get_cleanup_stack = __pthread_get_cleanup_stack, .ptr_pthread_once = __pthread_once, -- cgit v1.2.3