diff options
Diffstat (limited to 'src/locale/strftime_l.c')
-rw-r--r-- | src/locale/strftime_l.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/locale/strftime_l.c b/src/locale/strftime_l.c deleted file mode 100644 index f19f5bf3..00000000 --- a/src/locale/strftime_l.c +++ /dev/null @@ -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); -} |