diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-05-17 04:42:25 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-05-17 04:42:25 +0000 |
commit | f39be07c31e1fd2263e77b69e7f64992b46c4b72 (patch) | |
tree | c6963a1b2f9ad310873c5ac0072c7d43ecbe7acc /libc/sysdeps/linux | |
parent | 8146e469d3b2fa0e7e7a238f142aa319b35545ef (diff) |
fix by Peter S. Mazinger: use sys/syscall.h instead of asm/unistd.h
Diffstat (limited to 'libc/sysdeps/linux')
-rw-r--r-- | libc/sysdeps/linux/bfin/vfork.S | 3 |
1 files changed, 1 insertions, 2 deletions
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 <features.h> -#include <asm/unistd.h> +#include <sys/syscall.h> .text .global ___vfork |