summaryrefslogtreecommitdiff
path: root/time/time.c
diff options
context:
space:
mode:
Diffstat (limited to 'time/time.c')
-rw-r--r--time/time.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/time/time.c b/time/time.c
index ee313e370c..ec49e990fe 100644
--- a/time/time.c
+++ b/time/time.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
@@ -20,8 +20,7 @@
/* Return the time now, and store it in *TIMER if not NULL. */
time_t
-time (timer)
- time_t *timer;
+time (time_t *timer)
{
__set_errno (ENOSYS);