| Index: fusl/src/thread/pthread_self.c
|
| diff --git a/fusl/src/thread/pthread_self.c b/fusl/src/thread/pthread_self.c
|
| index 241a6202d2ea5e15ca53a5e8676398f6c5c95b8e..9c05904f0ff21dff059e4e8ab762cefa158332fb 100644
|
| --- a/fusl/src/thread/pthread_self.c
|
| +++ b/fusl/src/thread/pthread_self.c
|
| @@ -2,9 +2,8 @@
|
| #include <threads.h>
|
| #include "libc.h"
|
|
|
| -static pthread_t __pthread_self_internal()
|
| -{
|
| - return __pthread_self();
|
| +static pthread_t __pthread_self_internal() {
|
| + return __pthread_self();
|
| }
|
|
|
| weak_alias(__pthread_self_internal, pthread_self);
|
|
|