summaryrefslogtreecommitdiffstats
path: root/newlib/libc/locale/timelocal.h
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/locale/timelocal.h')
-rw-r--r--newlib/libc/locale/timelocal.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/newlib/libc/locale/timelocal.h b/newlib/libc/locale/timelocal.h
index e232a7304..80f72b66e 100644
--- a/newlib/libc/locale/timelocal.h
+++ b/newlib/libc/locale/timelocal.h
@@ -50,6 +50,11 @@ struct lc_time_T {
const char *alt_month[12];
const char *md_order;
const char *ampm_fmt;
+ const char *era;
+ const char *era_d_fmt;
+ const char *era_d_t_fmt;
+ const char *era_t_fmt;
+ const char *alt_digits;
};
struct lc_time_T *__get_current_time_locale(void);