math: move x87-family lrint functions to C with inline asm
[musl] / src / time / asctime_r.c
index d1639ab..26809ca 100644 (file)
@@ -3,9 +3,6 @@
 #include <langinfo.h>
 #include "locale_impl.h"
 #include "atomic.h"
-#include "libc.h"
-
-char *__nl_langinfo_l(nl_item, locale_t);
 
 char *__asctime_r(const struct tm *restrict tm, char *restrict buf)
 {