X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Ftime%2Fstrftime.c;h=cc53d5369ca717900ef5816ed7bdc400d149dc6b;hb=1da534ada8a66424e0d23e94ab6750b689be6d64;hp=5d2484edcfba4fababdc1d8d599d3a5cbc80bfad;hpb=405102dc5034967f228e8a0a2f25a142caa55400;p=musl diff --git a/src/time/strftime.c b/src/time/strftime.c index 5d2484ed..cc53d536 100644 --- a/src/time/strftime.c +++ b/src/time/strftime.c @@ -6,11 +6,8 @@ #include #include #include "locale_impl.h" -#include "libc.h" #include "time_impl.h" -char *__nl_langinfo_l(nl_item, locale_t); - static int is_leap(int y) { /* Avoid overflow */ @@ -45,9 +42,6 @@ static int week_num(const struct tm *tm) return val; } -const char *__tm_to_tzname(const struct tm *); -size_t __strftime_l(char *restrict, size_t, const char *restrict, const struct tm *restrict, locale_t); - const char *__strftime_fmt_1(char (*s)[100], size_t *l, int f, const struct tm *tm, locale_t loc, int pad) { nl_item item;