Print this page
13111 Want futimes() and lutimes() functions
Change-ID: I3be82d4242255a4100f8c35db373eb9140402fc4
@@ -13,10 +13,11 @@
# 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,10 +195,11 @@
forkallx.2 \
forkx.2 \
fstat.2 \
fstatat.2 \
fstatvfs.2 \
+ futimes.2 \
futimesat.2 \
futimens.2 \
getaudit_addr.2 \
getegid.2 \
geteuid.2 \
@@ -211,10 +213,11 @@
gettaskid.2 \
intro.2 \
lchown.2 \
linkat.2 \
lstat.2 \
+ lutimes.2 \
mkdirat.2 \
mknodat.2 \
openat.2 \
pathconf.2 \
pipe2.2 \
@@ -394,11 +397,13 @@
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