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 +        strftime_l;
       96 +        nl_langinfo_l;
       97 +        duplocale;
       98 +        freelocale;
       99 +        newlocale;
      100 +        querylocale;
      101 +        uselocale;
      102 +} ILLUMOS_0.4;
      103 +
  93  104  SYMBOL_VERSION ILLUMOS_0.4 {    # Illumos additions
  94  105      protected:
  95  106          pipe2;
  96  107          dup3;
  97  108          mkostemp;
  98  109          mkostemps;
  99  110  
 100  111  $if lf64
 101  112          mkostemp64;
 102  113          mkostemps64;
↓ open down ↓ 3032 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX