commit | da9775509b74f1c54d9bdce3323702836315ef2b | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Thu Dec 19 11:32:42 2013 -0800 |
committer | Elliott Hughes <enh@google.com> | Thu Dec 19 11:32:42 2013 -0800 |
tree | 0c818c78f70da0f1d7e6cceba95a887efc7f7cfd | |
parent | dcc18ea4c685230087618c12e8f20484b314596f [diff] [blame] |
Fix aarch64 custom assembler now non-uapi is gone. Change-Id: I9c8ad17d9bae2de9d793444d87d4ee133728e900
diff --git a/libc/arch-aarch64/bionic/vfork.S b/libc/arch-aarch64/bionic/vfork.S index 964f38d..7235283 100644 --- a/libc/arch-aarch64/bionic/vfork.S +++ b/libc/arch-aarch64/bionic/vfork.S
@@ -26,9 +26,7 @@ * SUCH DAMAGE. */ -#include <asm/unistd.h> -#include <linux/err.h> -#include <machine/asm.h> +#include <private/bionic_asm.h> ENTRY(vfork) mov x0, #0x4111 /* CLONE_VM | CLONE_VFORK | SIGCHLD */