summaryrefslogtreecommitdiff
path: root/misc/futimesat.c
diff options
context:
space:
mode:
Diffstat (limited to 'misc/futimesat.c')
-rw-r--r--misc/futimesat.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/misc/futimesat.c b/misc/futimesat.c
index c675aa5ef1..401b270d83 100644
--- a/misc/futimesat.c
+++ b/misc/futimesat.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2005-2015 Free Software Foundation, Inc.
+/* Copyright (C) 2005-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
@@ -24,10 +24,7 @@
/* Change the access time of FILE relative to FD to TVP[0] and
the modification time of FILE to TVP[1]. */
int
-futimesat (fd, file, tvp)
- int fd;
- const char *file;
- const struct timeval tvp[2];
+futimesat (int fd, const char *file, const struct timeval tvp[2])
{
if (fd < 0
&& (file == NULL