summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/utimensat.2
diff options
context:
space:
mode:
authorjilles <jilles@FreeBSD.org>2016-01-15 20:55:44 +0000
committerjilles <jilles@FreeBSD.org>2016-01-15 20:55:44 +0000
commit53a08c47dc008c1a26310a622e72b42d0f88f791 (patch)
tree161b36e918d701361a5a8c431c46802731673c77 /lib/libc/sys/utimensat.2
parentce58d6dbf38815b68dedcf0559779e5ceb149a0d (diff)
downloadFreeBSD-src-53a08c47dc008c1a26310a622e72b42d0f88f791.zip
FreeBSD-src-53a08c47dc008c1a26310a622e72b42d0f88f791.tar.gz
MFC r293783: futimens/utimensat: Use the new system calls.
Update the __FreeBSD_version check in lib/libc/sys/futimens.c and lib/libc/sys/utimensat.c. Before this, fallback code using futimes/futimesat/lutimes was used except when running on a sufficiently recent 11-current kernel. Also, update the history section in the man page.
Diffstat (limited to 'lib/libc/sys/utimensat.2')
-rw-r--r--lib/libc/sys/utimensat.24
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/utimensat.2 b/lib/libc/sys/utimensat.2
index 0f397c6..57ad904 100644
--- a/lib/libc/sys/utimensat.2
+++ b/lib/libc/sys/utimensat.2
@@ -31,7 +31,7 @@
.\" @(#)utimes.2 8.1 (Berkeley) 6/4/93
.\" $FreeBSD$
.\"
-.Dd January 23, 2015
+.Dd January 12, 2016
.Dt UTIMENSAT 2
.Os
.Sh NAME
@@ -289,4 +289,4 @@ The
and
.Fn utimensat
system calls appeared in
-.Fx 11.0 .
+.Fx 10.3 .
OpenPOWER on IntegriCloud