X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Ftime%2Fasctime_r.c;h=26809ca2676923c6caabee5f30765c371b0301ef;hb=84d061d5a31c9c773e29e1e2b1ffe8cb9557bc58;hp=1278311ef98de4a7fab9c58774323324d59d42e3;hpb=b5dbf4d424efdbe54daa939aae80d69c4244c023;p=musl diff --git a/src/time/asctime_r.c b/src/time/asctime_r.c index 1278311e..26809ca2 100644 --- a/src/time/asctime_r.c +++ b/src/time/asctime_r.c @@ -3,9 +3,6 @@ #include #include "locale_impl.h" #include "atomic.h" -#include "libc.h" - -const char *__nl_langinfo_l(nl_item, locale_t); char *__asctime_r(const struct tm *restrict tm, char *restrict buf) {