summaryrefslogtreecommitdiff
path: root/time/gettimeofday.c
diff options
context:
space:
mode:
Diffstat (limited to 'time/gettimeofday.c')
-rw-r--r--time/gettimeofday.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/time/gettimeofday.c b/time/gettimeofday.c
index 399eb60846..87093c92e8 100644
--- a/time/gettimeofday.c
+++ b/time/gettimeofday.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
@@ -22,9 +22,7 @@
putting it into *TV and *TZ. If TZ is NULL, *TZ is not filled.
Returns 0 on success, -1 on errors. */
int
-__gettimeofday (tv, tz)
- struct timeval *tv;
- struct timezone *tz;
+__gettimeofday (struct timeval *tv, struct timezone *tz)
{
__set_errno (ENOSYS);
return -1;