From 5cabccda3c3fdfd44ac5a6bbb8f2d235270fceb4 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Sun, 22 Mar 2015 14:58:56 +0100 Subject: Fix build after 32b1b38 * sysdeps/pthread/pthread-functions.h (pthread_functions): Rename ptr_pthread_exit field to ptr___pthread_exit. * pthread/pt-initialize.c (pthread_functions): Likewise. --- pthread/pt-initialize.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pthread/pt-initialize.c') diff --git a/pthread/pt-initialize.c b/pthread/pt-initialize.c index aa3cf82..9e5404b 100644 --- a/pthread/pt-initialize.c +++ b/pthread/pt-initialize.c @@ -52,7 +52,7 @@ static const struct pthread_functions pthread_functions = .ptr_pthread_cond_wait = __pthread_cond_wait, .ptr_pthread_cond_timedwait = __pthread_cond_timedwait, .ptr_pthread_equal = __pthread_equal, - .ptr_pthread_exit = __pthread_exit, + .ptr___pthread_exit = __pthread_exit, .ptr_pthread_getschedparam = __pthread_getschedparam, .ptr_pthread_setschedparam = __pthread_setschedparam, .ptr_pthread_mutex_destroy = _pthread_mutex_destroy, -- cgit v1.2.3