diff options
Diffstat (limited to 'include/sys/time.h')
-rw-r--r-- | include/sys/time.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sys/time.h b/include/sys/time.h index 1f24827..e21cca4 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 |