From db5dae20793d5696c5c3e905d2c467c2ff0a23a1 Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Mon, 6 Jul 2020 08:12:01 -0500 Subject: time: New module adding __strftime_l --- libgcompat/time.c | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 libgcompat/time.c (limited to 'libgcompat') diff --git a/libgcompat/time.c b/libgcompat/time.c new file mode 100644 index 0000000..a058edb --- /dev/null +++ b/libgcompat/time.c @@ -0,0 +1,7 @@ +#include + +size_t __strftime_l(char *restrict s, size_t n, const char *restrict f, + const struct tm *restrict tm, locale_t loc) +{ + return strftime_l(s, n, f, tm, loc); +} -- cgit v1.2.3-70-g09d2