summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdtime/timelocal.h
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1999-11-30 07:33:37 +0000
committerache <ache@FreeBSD.org>1999-11-30 07:33:37 +0000
commitf72436c9ac0e62843a4d82fa347eed75eee8bf41 (patch)
treebce4c735034e8cdcb3ae5708ef0a97dad69c9124 /lib/libc/stdtime/timelocal.h
parent99833e1e47956499465d11f07804b5bea35fe954 (diff)
downloadFreeBSD-src-f72436c9ac0e62843a4d82fa347eed75eee8bf41.zip
FreeBSD-src-f72436c9ac0e62843a4d82fa347eed75eee8bf41.tar.gz
Add %Ex extension to determine "%e %b" or "%b %e" order
Separate alternative for O and E cases
Diffstat (limited to 'lib/libc/stdtime/timelocal.h')
-rw-r--r--lib/libc/stdtime/timelocal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libc/stdtime/timelocal.h b/lib/libc/stdtime/timelocal.h
index 9a19175..23673ca 100644
--- a/lib/libc/stdtime/timelocal.h
+++ b/lib/libc/stdtime/timelocal.h
@@ -42,6 +42,7 @@ struct lc_time_T {
const char * pm;
const char * date_fmt;
const char * alt_month[12];
+ const char * Ex_fmt;
};
extern struct lc_time_T _time_localebuf;
OpenPOWER on IntegriCloud