aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/include
diff options
context:
space:
mode:
authorJilles Tjoelker <jilles@FreeBSD.org>2015-01-23 21:07:08 +0000
committerJilles Tjoelker <jilles@FreeBSD.org>2015-01-23 21:07:08 +0000
commit2205e0d1bd2813b1fad5bee39b3365ee2dc8a1ec (patch)
tree319d8eb9a9510cbe3ee4c7aa7b4dfcc2f42ec514 /lib/libc/include
parente7c9030c0d6fb04f90f1087f2eab97c1bcf6f67a (diff)
Notes
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 347b46305d4b0..bfcd3d060e96a 100644
--- a/lib/libc/include/libc_private.h
+++ b/lib/libc/include/libc_private.h
@@ -357,6 +357,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 *);