summaryrefslogtreecommitdiff
path: root/time/adjtime.c
diff options
context:
space:
mode:
Diffstat (limited to 'time/adjtime.c')
-rw-r--r--time/adjtime.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/time/adjtime.c b/time/adjtime.c
index 052931d4e9..5114eadf85 100644
--- a/time/adjtime.c
+++ b/time/adjtime.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,9 +23,7 @@
of time adjustment remaining to be done from the last `__adjtime' call.
This call is restricted to the super-user. */
int
-__adjtime (delta, olddelta)
- const struct timeval *delta;
- struct timeval *olddelta;
+__adjtime (const struct timeval *delta, struct timeval *olddelta)
{
__set_errno (ENOSYS);
return -1;