Print this page
13111 Want futimes() and lutimes() functions
Change-ID: I3be82d4242255a4100f8c35db373eb9140402fc4
*** 11,20 ****
--- 11,21 ----
#
# Copyright 2011, Richard Lowe
# Copyright 2013 Nexenta Systems, Inc. All rights reserved.
# Copyright 2014 Garrett D'Amore <garrett@damore.org>
+ # Copyright 2020 OmniOS Community Edition (OmniOSce) Association.
#
include $(SRC)/Makefile.master
MANSECT= 3head
*** 91,100 ****
--- 92,102 ----
termios.h.3head \
tgmath.h.3head \
time.h.3head \
timeb.h.3head \
times.h.3head \
+ timespec.3head \
types.h.3head \
types32.h.3head \
uchar.h.3head \
ucontext.h.3head \
uio.h.3head \
*** 271,280 ****
--- 273,285 ----
termios.3head \
tgmath.3head \
time.3head \
timeb.3head \
times.3head \
+ timeval.3head \
+ TIMEVAL_TO_TIMESPEC.3head \
+ TIMESPEC_TO_TIMEVAL.3head \
types.3head \
types32.3head \
ucontext.3head \
uio.3head \
ulimit.3head \
*** 449,458 ****
--- 454,467 ----
termios.3head := LINKSRC = termios.h.3head
tgmath.3head := LINKSRC = tgmath.h.3head
time.3head := LINKSRC = time.h.3head
timeb.3head := LINKSRC = timeb.h.3head
times.3head := LINKSRC = times.h.3head
+ timespec.3head := LINKSRC = time.h.3head
+ timeval.3head := LINKSRC = timespec.3head
+ TIMEVAL_TO_TIMESPEC.3head := LINKSRC = timespec.3head
+ TIMESPEC_TO_TIMEVAL.3head := LINKSRC = timespec.3head
types.3head := LINKSRC = types.h.3head
types32.3head := LINKSRC = types32.h.3head
ucontext.3head := LINKSRC = ucontext.h.3head
uio.3head := LINKSRC = uio.h.3head
ulimit.3head := LINKSRC = ulimit.h.3head