summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdtime/timelocal.h
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>2001-03-02 22:10:04 +0000
committerache <ache@FreeBSD.org>2001-03-02 22:10:04 +0000
commit1ad9d0ac29a0c4abee8ea6c1f7e1ca00c01b69c0 (patch)
tree0d18d6fef085d49ef004f8a345fd0cfe0f8a4953 /lib/libc/stdtime/timelocal.h
parent021d152d846c8f073aaea8a609dbeaebb29a7e66 (diff)
downloadFreeBSD-src-1ad9d0ac29a0c4abee8ea6c1f7e1ca00c01b69c0.zip
FreeBSD-src-1ad9d0ac29a0c4abee8ea6c1f7e1ca00c01b69c0.tar.gz
Implement ampm_fmt (%r) per POSIX
Diffstat (limited to 'lib/libc/stdtime/timelocal.h')
-rw-r--r--lib/libc/stdtime/timelocal.h5
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);
OpenPOWER on IntegriCloud