summaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>2001-03-19 11:55:12 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>2001-03-19 11:55:12 +0000
commit71a71d575f9408d5d9b07cc93a13f48c41bf1b7d (patch)
tree82c65460505a1d393ca101b64430df01ca15036f /lib/libc
parent8957c348ee8170bb496a4260fbf941acb843e842 (diff)
Notes
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/locale/nl_langinfo.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/libc/locale/nl_langinfo.c b/lib/libc/locale/nl_langinfo.c
index 8ada0f86d26d..ae1512bac4b1 100644
--- a/lib/libc/locale/nl_langinfo.c
+++ b/lib/libc/locale/nl_langinfo.c
@@ -159,6 +159,9 @@ nl_langinfo(nl_item item) {
}
}
break;
+ case D_MD_ORDER: /* local extension */
+ ret = (char *) __get_current_time_locale()->md_order;
+ break;
default:
ret = "";
}