From 634c9465241f3b3c109dc1704b7e8d5bc0db7a16 Mon Sep 17 00:00:00 2001 From: "Andrey A. Chernov" Date: Fri, 9 Feb 2001 18:39:17 +0000 Subject: Back out attempt to implement CRNCYSTR - require additional prefixes according to SUSV2. Add comment explaining it instead. --- lib/libc/locale/nl_langinfo.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'lib/libc/locale/nl_langinfo.c') diff --git a/lib/libc/locale/nl_langinfo.c b/lib/libc/locale/nl_langinfo.c index e6f374690232..50dcd2037675 100644 --- a/lib/libc/locale/nl_langinfo.c +++ b/lib/libc/locale/nl_langinfo.c @@ -118,7 +118,10 @@ nl_langinfo(nl_item item) { ret = ""; break; case CRNCYSTR: /* deprecated */ - ret = (char*) __get_current_monetary_locale()->currency_symbol; + /* XXX: need to be implemented */ + /* __get_current_monetary_locale()->currency_symbol */ + /* but requare special +-. prefixes according to SUSV2 */ + ret = ""; break; default: ret = ""; -- cgit v1.2.3