]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - misc/syscall.c
Convert 703 function definitions to prototype style.
[thirdparty/glibc.git] / misc / syscall.c
index 7590ad3044dae512da202821e455a32d8e9bc2db..f8237365f2e61e6a7d684c2a534e6ff3b8001fc8 100644 (file)
@@ -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;