Print this page
13111 Want futimes() and lutimes() functions
Change-ID: I3be82d4242255a4100f8c35db373eb9140402fc4

Split Close
Expand all
Collapse all
          --- old/usr/src/lib/libc/port/mapfile-vers
          +++ new/usr/src/lib/libc/port/mapfile-vers
↓ open down ↓ 70 lines elided ↑ open up ↑
  71   71  $if _sparc && _ELF64
  72   72  $add sparcv9
  73   73  $endif
  74   74  $if _x86 && _ELF32
  75   75  $add i386
  76   76  $endif
  77   77  $if _x86 && _ELF64
  78   78  $add amd64
  79   79  $endif
  80   80  
       81 +SYMBOL_VERSION ILLUMOS_0.34 {
       82 +    protected:
       83 +        futimes;
       84 +        lutimes;
       85 +} ILLUMOS_0.33;
       86 +
  81   87  SYMBOL_VERSION ILLUMOS_0.33 {
  82   88      protected:
  83   89          c16rtomb;
  84   90          c32rtomb;
  85   91          mbrtoc16;
  86   92          mbrtoc32;
  87   93  } ILLUMOS_0.32;
  88   94  
  89   95  SYMBOL_VERSION ILLUMOS_0.32 {
  90   96      protected:
↓ open down ↓ 3399 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX