Преглед на файлове

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

Mike Frysinger преди 19 години
родител
ревизия
f39be07c31
променени са 1 файла, в които са добавени 1 реда и са изтрити 2 реда
  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