diff options
| author | Jilles Tjoelker <jilles@FreeBSD.org> | 2015-01-23 21:07:08 +0000 |
|---|---|---|
| committer | Jilles Tjoelker <jilles@FreeBSD.org> | 2015-01-23 21:07:08 +0000 |
| commit | 2205e0d1bd2813b1fad5bee39b3365ee2dc8a1ec (patch) | |
| tree | 319d8eb9a9510cbe3ee4c7aa7b4dfcc2f42ec514 /lib/libc/include | |
| parent | e7c9030c0d6fb04f90f1087f2eab97c1bcf6f67a (diff) | |
Notes
Diffstat (limited to 'lib/libc/include')
| -rw-r--r-- | lib/libc/include/libc_private.h | 4 |
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 *); |
