From 40444d81636580c80d6000856cca6078ea41f85e Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Wed, 28 Mar 2018 02:12:59 +0200 Subject: Fix coding style --- sysdeps/pthread/pthread-functions.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sysdeps/pthread/pthread-functions.h') diff --git a/sysdeps/pthread/pthread-functions.h b/sysdeps/pthread/pthread-functions.h index 49adbe5..b5683a6 100644 --- a/sysdeps/pthread/pthread-functions.h +++ b/sysdeps/pthread/pthread-functions.h @@ -134,7 +134,7 @@ extern int __libc_pthread_functions_init attribute_hidden; void __libc_pthread_init (const struct pthread_functions *functions); -# define PTHFCT_CALL(fct, params) \ +#define PTHFCT_CALL(fct, params) \ __libc_pthread_functions.fct params #endif /* pthread-functions.h */ -- cgit v1.2.3