fix wide printf forms ignoring width for %lc format specifier
[musl] / src / thread / thrd_join.c
index ac66789..0d5fd30 100644 (file)
@@ -1,7 +1,6 @@
 #include <stdint.h>
 #include <threads.h>
-
-int __pthread_join(thrd_t, void**);
+#include <pthread.h>
 
 int thrd_join(thrd_t t, int *res)
 {