summaryrefslogtreecommitdiff
path: root/time/timespec_get.c
diff options
context:
space:
mode:
Diffstat (limited to 'time/timespec_get.c')
-rw-r--r--time/timespec_get.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/time/timespec_get.c b/time/timespec_get.c
index 28772d5a05..fb9cc07a87 100644
--- a/time/timespec_get.c
+++ b/time/timespec_get.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2011-2015 Free Software Foundation, Inc.
+/* Copyright (C) 2011-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,9 +20,7 @@
/* Set TS to calendar time based in time base BASE. */
int
-timespec_get (ts, base)
- struct timespec *ts;
- int base;
+timespec_get (struct timespec *ts, int base)
{
switch (base)
{