]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - time/adjtime.c
Convert 703 function definitions to prototype style.
[thirdparty/glibc.git] / time / adjtime.c
index 052931d4e97e61a35426d6f3137235e4fb408f80..436ff043ae3820280855b0ac2c8215533735dc82 100644 (file)
@@ -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;