always block signals for starting new threads, refactor start args
[musl] / src / time / asctime_r.c
index af2618d..26809ca 100644 (file)
@@ -3,7 +3,6 @@
 #include <langinfo.h>
 #include "locale_impl.h"
 #include "atomic.h"
-#include "libc.h"
 
 char *__asctime_r(const struct tm *restrict tm, char *restrict buf)
 {