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

@@ -76,10 +76,16 @@
 $endif
 $if _x86 && _ELF64
 $add amd64
 $endif
 
+SYMBOL_VERSION ILLUMOS_0.34 {
+    protected:
+        futimes;
+        lutimes;
+} ILLUMOS_0.33;
+
 SYMBOL_VERSION ILLUMOS_0.33 {
     protected:
         c16rtomb;
         c32rtomb;
         mbrtoc16;