Print this page
4964 nl_langinfo(CRNCYSTR) returns wrong alignment character
4999 libc test suite enhancements
4939 desire wcsnrtombs() function
Reviewed by: Jason King <jason.brian.king@gmail.com>
Reviewed by: Dan McDonald <danmcd@omniti.com>
Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com>
Approved by: TBD

@@ -91,10 +91,16 @@
 $endif
 $if _x86 && _ELF64
 $add amd64
 $endif
 
+SYMBOL_VERSION ILLUMOS_0.9 {
+    protected:
+        wcsnrtombs;
+        wcsnrtombs_l;
+} ILLUMOS_0.8;
+
 SYMBOL_VERSION ILLUMOS_0.8 {    # POSIX 2008 newlocale and friends
     protected:
         __global_locale;
         __mb_cur_max;
         __mb_cur_max_l;