]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - misc/syscall.c
Update copyright dates with scripts/update-copyrights.
[thirdparty/glibc.git] / misc / syscall.c
index f6dae5750919925dd9c751ba11ec9f44cc6d92b2..799ec1916df0b519503bee5c89fbe4c940ef3eca 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1993, 1994, 1995, 1996, 1997 Free Software Foundation, Inc.
+/* Copyright (C) 1993-2020 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 <sysdep.h>
 #include <errno.h>
@@ -23,8 +23,7 @@
    This only makes sense in certain operating systems.  */
 
 long int
-syscall (callno)
-     long int callno;
+syscall (long int callno, ...)
 {
   __set_errno (ENOSYS);
   return -1;