drop use of pthread_once for aio thread stack size init
[musl] / src / thread / pthread_equal.c
index 7c31482..dbb7365 100644 (file)
@@ -1,6 +1,5 @@
 #include <pthread.h>
 #include <threads.h>
-#include "libc.h"
 
 static int __pthread_equal(pthread_t a, pthread_t b)
 {