]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - time/setitimer.c
S390: Add support for HP_TIMING_NOW.
[thirdparty/glibc.git] / time / setitimer.c
index 8132ff2d69373db96755af4936316d79c1848817..d7c8a1cca69664247d3d4b55ffcb63ccebcc5ba5 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991, 1994, 1995, 1996, 1997 Free Software Foundation, Inc.
+/* Copyright (C) 1991-2019 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
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <stddef.h>
 #include <errno.h>
    set *OLD to the old value of timer WHICH.
    Returns 0 on success, -1 on errors.  */
 int
-__setitimer (which, new, old)
-     enum __itimer_which which;
-     const struct itimerval *new;
-     struct itimerval *old;
+__setitimer (enum __itimer_which which, const struct itimerval *new,
+            struct itimerval *old)
 {
   if (new == NULL)
     {
@@ -40,4 +38,3 @@ __setitimer (which, new, old)
 stub_warning (setitimer)
 
 weak_alias (__setitimer, setitimer)
-#include <stub-tag.h>