Print this page
5772 isxdigit_l, iswxdigit_l not exported (missing from mapfile)
Reviewed by: Rich Lowe <richlowe@richlowe.net>
Reviewed by: Josef Sipek <jeffpc@josefsipek.net>
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.11 {   # Illumos additions
       97 +    protected:
       98 +        iswxdigit_l;
       99 +        isxdigit_l;
      100 +} ILLUMOS_0.10;
      101 +
  96  102  SYMBOL_VERSION ILLUMOS_0.10 {   # Illumos additions
  97  103      protected:
  98  104          preadv;
  99  105          pwritev;
 100  106  
 101  107  $if lf64
 102  108          preadv64;
 103  109          pwritev64;
 104  110  $endif
 105  111  } ILLUMOS_0.9;
↓ open down ↓ 3153 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX