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

Split Close
Expand all
Collapse all
          --- old/usr/src/lib/libc/port/mapfile-vers
          +++ new/usr/src/lib/libc/port/mapfile-vers
↓ open down ↓ 85 lines elided ↑ open up ↑
  86   86  $if _sparc && _ELF64
  87   87  $add sparcv9
  88   88  $endif
  89   89  $if _x86 && _ELF32
  90   90  $add i386
  91   91  $endif
  92   92  $if _x86 && _ELF64
  93   93  $add amd64
  94   94  $endif
  95   95  
       96 +SYMBOL_VERSION ILLUMOS_0.9 {
       97 +    protected:
       98 +        wcsnrtombs;
       99 +        wcsnrtombs_l;
      100 +} ILLUMOS_0.8;
      101 +
  96  102  SYMBOL_VERSION ILLUMOS_0.8 {    # POSIX 2008 newlocale and friends
  97  103      protected:
  98  104          __global_locale;
  99  105          __mb_cur_max;
 100  106          __mb_cur_max_l;
 101  107          btowc_l;
 102  108          duplocale;
 103  109          fgetwc_l;
 104  110          freelocale;
 105  111          getwc_l;
↓ open down ↓ 3136 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX