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

*** 13,22 **** --- 13,23 ---- # Copyright 2011, Richard Lowe # Copyright 2013, OmniTI Computer Consulting, Inc # Copyright 2013 Nexenta Systems, Inc. All rights reserved. # Copyright (c) 2018, Joyent, Inc. All rights reserved. # Copyright 2017 Peter Tribble + # Copyright 2020 OmniOS Community Edition (OmniOSce) Association. # include $(SRC)/Makefile.master MANSECT= 2
*** 194,203 **** --- 195,205 ---- forkallx.2 \ forkx.2 \ fstat.2 \ fstatat.2 \ fstatvfs.2 \ + futimes.2 \ futimesat.2 \ futimens.2 \ getaudit_addr.2 \ getegid.2 \ geteuid.2 \
*** 211,220 **** --- 213,223 ---- gettaskid.2 \ intro.2 \ lchown.2 \ linkat.2 \ lstat.2 \ + lutimes.2 \ mkdirat.2 \ mknodat.2 \ openat.2 \ pathconf.2 \ pipe2.2 \
*** 394,404 **** --- 397,409 ---- umount2.2 := LINKSRC = umount.2 unlinkat.2 := LINKSRC = unlink.2 futimens.2 := LINKSRC = utimes.2 + futimes.2 := LINKSRC = utimes.2 futimesat.2 := LINKSRC = utimes.2 + lutimes.2 := LINKSRC = utimes.2 utimensat.2 := LINKSRC = utimes.2 vforkx.2 := LINKSRC = vfork.2 pwrite.2 := LINKSRC = write.2