summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/Makefile.inc
diff options
context:
space:
mode:
authormpp <mpp@FreeBSD.org>1999-07-30 09:01:45 +0000
committermpp <mpp@FreeBSD.org>1999-07-30 09:01:45 +0000
commit25e85c42a745fff0156b668de8771cd5b4fac041 (patch)
treeecf85e58c8a1a2b891f29dfadb26ce52e675a204 /lib/libc/sys/Makefile.inc
parent3c387886064bc9a59a81eb6e634cf28b91f848bb (diff)
downloadFreeBSD-src-25e85c42a745fff0156b668de8771cd5b4fac041.zip
FreeBSD-src-25e85c42a745fff0156b668de8771cd5b4fac041.tar.gz
Document the lutimes() and futimes() system calls.
PR: kern/11213 Obtained from: NetBSD w/some minor changes by me
Diffstat (limited to 'lib/libc/sys/Makefile.inc')
-rw-r--r--lib/libc/sys/Makefile.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/sys/Makefile.inc b/lib/libc/sys/Makefile.inc
index 292860d..11f80e0 100644
--- a/lib/libc/sys/Makefile.inc
+++ b/lib/libc/sys/Makefile.inc
@@ -1,5 +1,5 @@
# @(#)Makefile.inc 8.3 (Berkeley) 10/24/94
-# $Id: Makefile.inc,v 1.61 1999/04/11 21:14:40 dt Exp $
+# $Id: Makefile.inc,v 1.62 1999/04/28 11:38:32 phk Exp $
# sys sources
.PATH: ${.CURDIR}/../libc/${MACHINE_ARCH}/sys ${.CURDIR}/../libc/sys
@@ -134,6 +134,7 @@ MLINKS+=stat.2 fstat.2 stat.2 lstat.2
MLINKS+=statfs.2 fstatfs.2
MLINKS+=syscall.2 __syscall.2
MLINKS+=truncate.2 ftruncate.2
+MLINKS+=utimes.2 lutimes.2 utimes.2 futimes.2
MLINKS+=wait.2 wait3.2 wait.2 wait4.2 wait.2 waitpid.2
MLINKS+=write.2 pwrite.2 write.2 writev.2
.if !defined(NO_P1003_1B)
OpenPOWER on IntegriCloud