summaryrefslogtreecommitdiff
path: root/io/utime.c
diff options
context:
space:
mode:
Diffstat (limited to 'io/utime.c')
-rw-r--r--io/utime.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/io/utime.c b/io/utime.c
index 830d3414e9..c7b7cfeae8 100644
--- a/io/utime.c
+++ b/io/utime.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991-2015 Free Software Foundation, Inc.
+/* Copyright (C) 1991-2016 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
@@ -23,9 +23,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)
{
if (file == NULL)
{