summaryrefslogtreecommitdiffstats
path: root/libc/include/time.h
diff options
context:
space:
mode:
Diffstat (limited to 'libc/include/time.h')
-rw-r--r--libc/include/time.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/include/time.h b/libc/include/time.h
index fa1da48..14066a1 100644
--- a/libc/include/time.h
+++ b/libc/include/time.h
@@ -83,6 +83,7 @@ extern size_t strftime(char *s, size_t max, const char *format, const struc
struct strftime_locale {
const char * mon[12];
const char * month[12];
+ const char * standalone_month[12];
const char * wday[7];
const char * weekday[7];
const char * X_fmt;