Explorar o código

fix by Peter S. Mazinger: use sys/syscall.h instead of asm/unistd.h

Mike Frysinger %!s(int64=19) %!d(string=hai) anos
pai
achega
f39be07c31
Modificáronse 1 ficheiros con 1 adicións e 2 borrados
  1. 1 2
      libc/sysdeps/linux/bfin/vfork.S

+ 1 - 2
libc/sysdeps/linux/bfin/vfork.S

@@ -4,8 +4,7 @@
  * Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
  */
 
-#include <features.h>
-#include <asm/unistd.h>
+#include <sys/syscall.h>
 
 .text
 .global ___vfork