summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdtime/timelocal.h
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1999-11-30 19:24:07 +0000
committerache <ache@FreeBSD.org>1999-11-30 19:24:07 +0000
commit220fa3568085fd0ad052a65bf3f7f6065248e490 (patch)
tree27b3b9d8ce2ca7a51c9f4d37493d0eb5c0e61589 /lib/libc/stdtime/timelocal.h
parent764544f79db5c70e43cf95469521d403163cab31 (diff)
downloadFreeBSD-src-220fa3568085fd0ad052a65bf3f7f6065248e490.zip
FreeBSD-src-220fa3568085fd0ad052a65bf3f7f6065248e490.tar.gz
%Ex -> %Ef to not conflict with POSIX
Add %EF (long months name / day order) Check that O and E not intermixed Add missing POSIX extension to example
Diffstat (limited to 'lib/libc/stdtime/timelocal.h')
-rw-r--r--lib/libc/stdtime/timelocal.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/stdtime/timelocal.h b/lib/libc/stdtime/timelocal.h
index 23673ca..19b9d21 100644
--- a/lib/libc/stdtime/timelocal.h
+++ b/lib/libc/stdtime/timelocal.h
@@ -42,7 +42,8 @@ struct lc_time_T {
const char * pm;
const char * date_fmt;
const char * alt_month[12];
- const char * Ex_fmt;
+ const char * Ef_fmt;
+ const char * EF_fmt;
};
extern struct lc_time_T _time_localebuf;
OpenPOWER on IntegriCloud