summaryrefslogtreecommitdiff
path: root/sysdeps/posix/time.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/posix/time.c')
-rw-r--r--sysdeps/posix/time.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/sysdeps/posix/time.c b/sysdeps/posix/time.c
index 52bc14acaf..2afe174788 100644
--- a/sysdeps/posix/time.c
+++ b/sysdeps/posix/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
@@ -23,8 +23,7 @@
/* Return the current time as a `time_t' and also put it in *T if T is
not NULL. Time is represented as seconds from Jan 1 00:00:00 1970. */
time_t
-time (t)
- time_t *t;
+time (time_t *t)
{
struct timeval tv;
time_t result;