From f39be07c31e1fd2263e77b69e7f64992b46c4b72 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Wed, 17 May 2006 04:42:25 +0000 Subject: fix by Peter S. Mazinger: use sys/syscall.h instead of asm/unistd.h --- libc/sysdeps/linux/bfin/vfork.S | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'libc/sysdeps/linux/bfin') diff --git a/libc/sysdeps/linux/bfin/vfork.S b/libc/sysdeps/linux/bfin/vfork.S index 014e5cfae..4e9aa844e 100644 --- a/libc/sysdeps/linux/bfin/vfork.S +++ b/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 -#include +#include .text .global ___vfork -- cgit v1.2.3