Browse Source

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

Mike Frysinger 18 years ago
parent
commit
f39be07c31
1 changed files with 1 additions and 2 deletions
  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