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

*** 9,18 **** --- 9,19 ---- # 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,42 **** --- 39,56 ---- 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