about summary refs log tree commit diff
path: root/sysdeps/posix/utime.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/posix/utime.c')
-rw-r--r--sysdeps/posix/utime.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sysdeps/posix/utime.c b/sysdeps/posix/utime.c
index d618bf2814..08dcc0468c 100644
--- a/sysdeps/posix/utime.c
+++ b/sysdeps/posix/utime.c
@@ -26,9 +26,7 @@
 /* Set the access and modification times of FILE to those given in TIMES.
    If TIMES is NULL, set them to the current time.  */
 int
-utime (file, times)
-     const char *file;
-     const struct utimbuf *times;
+utime (const char *file, const struct utimbuf *times)
 {
   struct timeval timevals[2];
   struct timeval *tvp;