浏览代码

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