]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - time/adjtime.c
Installed-header hygiene (BZ#20366): time.h types.
[thirdparty/glibc.git] / time / adjtime.c
index 10a83961b6646162a1d284a7bda3a9c6ca282344..5114eadf85fd1602fe0a267db98a0d227041b676 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991-2013 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;