mirror of https://git.musl-libc.org/git/musl
Browse Source
the latter is both for ABI purposes, and to facilitate eventually adding LC_TIME support. it's also nice to eliminate an extra source file.rs-1.0
2 changed files with 10 additions and 8 deletions
@ -1,7 +0,0 @@ |
|||
#include <locale.h> |
|||
#include <time.h> |
|||
|
|||
size_t strftime_l(char *restrict s, size_t n, const char *restrict f, const struct tm *restrict tm, locale_t l) |
|||
{ |
|||
return strftime(s, n, f, tm); |
|||
} |
|||
Loading…
Reference in new issue