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


  61 #       naming the 32-bit version 'sparc' would be too likely to cause errors.
  62 #
  63 # -     lf64: Defined on platforms that offer the 32-bit largefile APIs
  64 #
  65 $if _ELF32
  66 $add lf64
  67 $endif
  68 $if _sparc && _ELF32
  69 $add sparc32
  70 $endif
  71 $if _sparc && _ELF64
  72 $add sparcv9
  73 $endif
  74 $if _x86 && _ELF32
  75 $add i386
  76 $endif
  77 $if _x86 && _ELF64
  78 $add amd64
  79 $endif
  80 






  81 SYMBOL_VERSION ILLUMOS_0.33 {
  82     protected:
  83         c16rtomb;
  84         c32rtomb;
  85         mbrtoc16;
  86         mbrtoc32;
  87 } ILLUMOS_0.32;
  88 
  89 SYMBOL_VERSION ILLUMOS_0.32 {
  90     protected:
  91         fmemopen;
  92         open_memstream;
  93         open_wmemstream;
  94 } ILLUMOS_0.31;
  95 
  96 SYMBOL_VERSION ILLUMOS_0.31 {
  97     protected:
  98         __unlockpt_xpg4;
  99 } ILLUMOS_0.30;
 100 




  61 #       naming the 32-bit version 'sparc' would be too likely to cause errors.
  62 #
  63 # -     lf64: Defined on platforms that offer the 32-bit largefile APIs
  64 #
  65 $if _ELF32
  66 $add lf64
  67 $endif
  68 $if _sparc && _ELF32
  69 $add sparc32
  70 $endif
  71 $if _sparc && _ELF64
  72 $add sparcv9
  73 $endif
  74 $if _x86 && _ELF32
  75 $add i386
  76 $endif
  77 $if _x86 && _ELF64
  78 $add amd64
  79 $endif
  80 
  81 SYMBOL_VERSION ILLUMOS_0.34 {
  82     protected:
  83         futimes;
  84         lutimes;
  85 } ILLUMOS_0.33;
  86 
  87 SYMBOL_VERSION ILLUMOS_0.33 {
  88     protected:
  89         c16rtomb;
  90         c32rtomb;
  91         mbrtoc16;
  92         mbrtoc32;
  93 } ILLUMOS_0.32;
  94 
  95 SYMBOL_VERSION ILLUMOS_0.32 {
  96     protected:
  97         fmemopen;
  98         open_memstream;
  99         open_wmemstream;
 100 } ILLUMOS_0.31;
 101 
 102 SYMBOL_VERSION ILLUMOS_0.31 {
 103     protected:
 104         __unlockpt_xpg4;
 105 } ILLUMOS_0.30;
 106