summaryrefslogtreecommitdiffstats
path: root/lib/libc/locale
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/locale')
-rw-r--r--lib/libc/locale/nl_langinfo.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/libc/locale/nl_langinfo.c b/lib/libc/locale/nl_langinfo.c
index e6f3746..50dcd20 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 = "";
OpenPOWER on IntegriCloud