summaryrefslogtreecommitdiff
path: root/include/sys/time.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sys/time.h')
-rw-r--r--include/sys/time.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sys/time.h b/include/sys/time.h
index 1f24827e71..e21cca43ec 100644
--- a/include/sys/time.h
+++ b/include/sys/time.h
@@ -13,5 +13,5 @@ extern int __getitimer (enum __itimer_which __which,
extern int __setitimer (enum __itimer_which __which,
__const struct itimerval *__new,
struct itimerval *__old);
-extern int __utimes (__const char *__file, struct timeval __tvp[2]);
+extern int __utimes (__const char *__file, const struct timeval __tvp[2]);
#endif