]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - time/getitimer.c
Installed-header hygiene (BZ#20366): time.h types.
[thirdparty/glibc.git] / time / getitimer.c
index fc0ebf8bfa99e56a592cbfae9f518845841fcf72..ac1d0d85ad6df0d0c10cbc3f7dca927258e293b9 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991, 1994, 1995, 1996, 1997 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
@@ -22,9 +22,7 @@
 /* Set *VALUE to the current setting of timer WHICH.
    Return 0 on success, -1 on errors.  */
 int
-__getitimer (which, value)
-     enum __itimer_which which;
-     struct itimerval *value;
+__getitimer (enum __itimer_which which, struct itimerval *value)
 {
   if (value == NULL)
     {