aboutsummaryrefslogtreecommitdiff
path: root/time/adjtime.c
diff options
context:
space:
mode:
Diffstat (limited to 'time/adjtime.c')
-rw-r--r--time/adjtime.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/time/adjtime.c b/time/adjtime.c
index 052931d..436ff04 100644
--- a/time/adjtime.c
+++ b/time/adjtime.c
@@ -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;