Print this page
Fix compile errors, code review feedback, and add basic libc test suite.

Split Close
Expand all
Collapse all
          --- old/usr/src/lib/libc/port/mapfile-vers
          +++ new/usr/src/lib/libc/port/mapfile-vers
↓ open down ↓ 87 lines elided ↑ open up ↑
  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   96  SYMBOL_VERSION ILLUMOS_0.8 {    # POSIX 2008 newlocale and friends
  97   97      protected:
       98 +        __global_locale;
  98   99          __mb_cur_max;
      100 +        __mb_cur_max_l;
  99  101          btowc_l;
 100  102          duplocale;
 101  103          fgetwc_l;
 102  104          freelocale;
 103  105          getwc_l;
 104  106          isalnum_l;
 105  107          isalpha_l;
 106  108          isblank_l;
 107  109          iscntrl_l;
 108  110          isdigit_l;
↓ open down ↓ 3131 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX