diff options
Diffstat (limited to 'lib/libc/stdtime/timelocal.h')
-rw-r--r-- | lib/libc/stdtime/timelocal.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libc/stdtime/timelocal.h b/lib/libc/stdtime/timelocal.h index 06d650a..7dbfdcf 100644 --- a/lib/libc/stdtime/timelocal.h +++ b/lib/libc/stdtime/timelocal.h @@ -45,8 +45,9 @@ struct lc_time_T { const char * pm; const char * date_fmt; const char * alt_month[12]; - const char * Ef_fmt; - const char * EF_fmt; + const char * Ef_fmt; + const char * EF_fmt; + const char * ampm_fmt; }; struct lc_time_T * __get_current_time_locale(void); |