summaryrefslogtreecommitdiff
path: root/sysdeps/pthread/pthread-functions.h
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/pthread/pthread-functions.h')
-rw-r--r--sysdeps/pthread/pthread-functions.h2
1 files changed, 1 insertions, 1 deletions
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 */