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

@@ -9,10 +9,11 @@
 # http://www.illumos.org/license/CDDL.
 #
 
 #
 # Copyright 2015 Garrett D'Amore <garrett@damore.org>
+# Copyright 2020 OmniOS Community Edition (OmniOSce) Association.
 #
 
 #
 # Definitions found in sys/time.h
 #

@@ -38,5 +39,18 @@
 
 func |  utimes                                          |\
         int                                             |\
         const char *; const struct timeval [2]          |\
         sys/time.h | -POSIX+ -XPG3+ SUS+
+
+func |  lutimes                                         |\
+        int                                             |\
+        const char *; const struct timeval [2]          |\
+        sys/time.h | -ALL
+
+func |  futimes                                         |\
+        int                                             |\
+        int; const struct timeval [2]                   |\
+        sys/time.h | -ALL
+
+define | TIMEVAL_TO_TIMESPEC | | sys/time.h | -ALL
+define | TIMESPEC_TO_TIMEVAL | | sys/time.h | -ALL