summaryrefslogtreecommitdiff
path: root/sysdeps/pthread/pthread-functions.h
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2018-03-28 02:12:59 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2018-03-28 02:12:59 +0200
commit40444d81636580c80d6000856cca6078ea41f85e (patch)
treea3c0805ea843fbe14af0333372ba43facbaa3b77 /sysdeps/pthread/pthread-functions.h
parentec6bfe8db3d731428008a8715fcd523a491a934c (diff)
Fix coding style
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 */