Print this page
2964 need POSIX 2008 locale object support

Split Close
Expand all
Collapse all
          --- old/usr/src/lib/libc/port/mapfile-vers
          +++ new/usr/src/lib/libc/port/mapfile-vers
↓ open down ↓ 82 lines elided ↑ open up ↑
  83   83  $if _sparc && _ELF64
  84   84  $add sparcv9
  85   85  $endif
  86   86  $if _x86 && _ELF32
  87   87  $add i386
  88   88  $endif
  89   89  $if _x86 && _ELF64
  90   90  $add amd64
  91   91  $endif
  92   92  
       93 +SYMBOL_VERSION ILLUMOS_0.5 {    # Illumos additions
       94 +    protected:
       95 +        duplocale;
       96 +        freelocale;
       97 +        newlocale;
       98 +        querylocale;
       99 +        uselocale;
      100 +} ILLUMOS_0.4;
      101 +
  93  102  SYMBOL_VERSION ILLUMOS_0.4 {    # Illumos additions
  94  103      protected:
  95  104          pipe2;
  96  105          dup3;
  97  106          mkostemp;
  98  107          mkostemps;
  99  108  
 100  109  $if lf64
 101  110          mkostemp64;
 102  111          mkostemps64;
↓ open down ↓ 3032 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX