summaryrefslogtreecommitdiff
path: root/io/utime.h
diff options
context:
space:
mode:
Diffstat (limited to 'io/utime.h')
-rw-r--r--io/utime.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/io/utime.h b/io/utime.h
index c7612d0838..c1ebf08fe6 100644
--- a/io/utime.h
+++ b/io/utime.h
@@ -50,6 +50,16 @@ extern int utime (const char *__file,
const struct utimbuf *__file_times)
__THROW __nonnull ((1));
+#ifdef __USE_TIME_BITS64
+# if defined(__REDIRECT_NTH)
+extern int __REDIRECT_NTH (utime, (const char *__file,
+ const struct utimbuf *__file_times),
+ __utime64);
+# else
+# define utime __utime64
+# endif
+#endif
+
__END_DECLS
#endif /* utime.h */