Print this page
8548 want memset_s(3C)
Reviewed by: Robert Mustacchi <rm@joyent.com>

Split Close
Expand all
Collapse all
          --- old/usr/src/lib/libc/port/mapfile-vers
          +++ new/usr/src/lib/libc/port/mapfile-vers
↓ open down ↓ 69 lines elided ↑ open up ↑
  70   70  $if _sparc && _ELF64
  71   71  $add sparcv9
  72   72  $endif
  73   73  $if _x86 && _ELF32
  74   74  $add i386
  75   75  $endif
  76   76  $if _x86 && _ELF64
  77   77  $add amd64
  78   78  $endif
  79   79  
       80 +SYMBOL_VERSION ILLUMOS_0.27 {   # memset_s(3C) and set_constraint_handler_s(3C)
       81 +    protected:
       82 +        abort_handler_s;
       83 +        ignore_handler_s;
       84 +        memset_s;
       85 +        set_constraint_handler_s;
       86 +} ILLUMOS_0.26;
       87 +
  80   88  SYMBOL_VERSION ILLUMOS_0.26 {   # fts(3) LFS
  81   89  $if lf64
  82   90      protected:
  83   91          fts_children64;
  84   92          fts_close64;
  85   93          fts_open64;
  86   94          fts_read64;
  87   95          fts_set64;
  88   96  $endif
  89   97  } ILLUMOS_0.25;
↓ open down ↓ 3343 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX