]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - misc/sethostid.c
S390: Add support for HP_TIMING_NOW.
[thirdparty/glibc.git] / misc / sethostid.c
index fd4483e15a65b5f6a49c15dd8976b5b0d5c53989..3dcc26cd3419621d6904a73360f67e6fa5511ebf 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991, 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 <errno.h>
 #include <unistd.h>
@@ -21,8 +21,7 @@
 /* Set the current machine's Internet number to ID.
    This call is restricted to the super-user.  */
 int
-sethostid (id)
-     long int id;
+sethostid (long int id)
 {
   __set_errno (ENOSYS);
   return -1;
@@ -30,4 +29,3 @@ sethostid (id)
 
 
 stub_warning (sethostid)
-#include <stub-tag.h>