diff options
Diffstat (limited to 'src/thread/pthread_self.c')
-rw-r--r-- | src/thread/pthread_self.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/thread/pthread_self.c b/src/thread/pthread_self.c index 241a6202..bd3bf95b 100644 --- a/src/thread/pthread_self.c +++ b/src/thread/pthread_self.c @@ -1,6 +1,5 @@ #include "pthread_impl.h" #include <threads.h> -#include "libc.h" static pthread_t __pthread_self_internal() { |