summaryrefslogtreecommitdiff
path: root/include/langinfo.h
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>2001-03-19 11:53:34 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>2001-03-19 11:53:34 +0000
commit8957c348ee8170bb496a4260fbf941acb843e842 (patch)
treefdbb14a701f794854a9a190bef71673faf2546f1 /include/langinfo.h
parent5b4c6e26011ee22b599cdb1d94929e8f20f246fa (diff)
downloadsrc-test2-8957c348ee8170bb496a4260fbf941acb843e842.tar.gz
src-test2-8957c348ee8170bb496a4260fbf941acb843e842.zip
Add D_MD_ORDER (local extension) to get month/day order from locale
Notes
Notes: svn path=/head/; revision=74458
Diffstat (limited to 'include/langinfo.h')
-rw-r--r--include/langinfo.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/langinfo.h b/include/langinfo.h
index 2f12f11915c4..4e62311e58fd 100644
--- a/include/langinfo.h
+++ b/include/langinfo.h
@@ -102,6 +102,8 @@
#define CRNCYSTR 56 /* currency symbol */
+#define D_MD_ORDER 57 /* month/day order (local extension) */
+
__BEGIN_DECLS
char *nl_langinfo(nl_item);
__END_DECLS