Explorar o código

create a local prototype to shutup warnings

Mike Frysinger %!s(int64=19) %!d(string=hai) anos
pai
achega
46dc42acff
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      libc/sysdeps/linux/m68k/syscall.c

+ 1 - 0
libc/sysdeps/linux/m68k/syscall.c

@@ -23,6 +23,7 @@
 #include <sys/types.h>
 #include <sys/syscall.h>
 
+long syscall(long sysnum, long a, long b, long c, long d, long e, long f);
 long syscall(long sysnum, long a, long b, long c, long d, long e, long f)
 {
 	long __res;