X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Ftime%2Fstrftime.c;h=cc53d5369ca717900ef5816ed7bdc400d149dc6b;hb=8ef9d46f4d0ff4f0073da6bee7ed0cb5f9035ead;hp=d3f2add92da2a7c4f26b451e591f971ae7eb808f;hpb=1ad8138819ced49851e618c9c063aa0ffc86718c;p=musl diff --git a/src/time/strftime.c b/src/time/strftime.c index d3f2add9..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" -const 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;