summaryrefslogtreecommitdiff
path: root/include/utime.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/utime.h')
-rw-r--r--include/utime.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/utime.h b/include/utime.h
index 7f82b9fa6..687e1348e 100644
--- a/include/utime.h
+++ b/include/utime.h
@@ -9,7 +9,7 @@ struct utimbuf {
time_t modtime;
};
-extern int utime __P ((char *__filename, struct utimbuf *__utimebuf));
+extern int utime __P ((const char *__filename, struct utimbuf *__utimebuf));
#endif