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.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/time/timespec_get.c b/time/timespec_get.c
index 28772d5a05..a1d169ef31 100644
--- a/time/timespec_get.c
+++ b/time/timespec_get.c
@@ -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)
{