diff options
Diffstat (limited to 'include/time.h')
-rw-r--r-- | include/time.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/time.h b/include/time.h index a64eff54f5..20abea69d4 100644 --- a/include/time.h +++ b/include/time.h @@ -196,6 +196,7 @@ extern int __utimensat64_helper (int fd, const char *file, const struct __timespec64 tsp[2], int flags); libc_hidden_proto (__utimensat64_helper); +extern int __futimesat (int __fd, const char *__file, const struct timeval __tvp[2]); #if __TIMESIZE == 64 # define __futimes64 __futimes # define __futimesat64 __futimesat |