summaryrefslogtreecommitdiffstats
path: root/lib/libc/include
diff options
context:
space:
mode:
authordchagin <dchagin@FreeBSD.org>2016-01-09 14:20:23 +0000
committerdchagin <dchagin@FreeBSD.org>2016-01-09 14:20:23 +0000
commit6aeea6cc62b1965e212c6447174c00e99ad17755 (patch)
tree1b0c98fbcfeb023d7def8d88bfc4c3907ed1f701 /lib/libc/include
parent939deb433656eadcd7e74873a32a38411367cdc8 (diff)
downloadFreeBSD-src-6aeea6cc62b1965e212c6447174c00e99ad17755.zip
FreeBSD-src-6aeea6cc62b1965e212c6447174c00e99ad17755.tar.gz
MFC r277610 (by jillies):
Add futimens and utimensat system calls.
Diffstat (limited to 'lib/libc/include')
-rw-r--r--lib/libc/include/libc_private.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/libc/include/libc_private.h b/lib/libc/include/libc_private.h
index b43e8d1..bf3ff28 100644
--- a/lib/libc/include/libc_private.h
+++ b/lib/libc/include/libc_private.h
@@ -379,6 +379,10 @@ int __libc_system(const char *);
int __libc_tcdrain(int);
int __fcntl_compat(int fd, int cmd, ...);
+int __sys_futimens(int fd, const struct timespec *times) __hidden;
+int __sys_utimensat(int fd, const char *path,
+ const struct timespec *times, int flag) __hidden;
+
/* execve() with PATH processing to implement posix_spawnp() */
int _execvpe(const char *, char * const *, char * const *);
OpenPOWER on IntegriCloud