From 2607bee41906da4f47d98a92749c11533396838c Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sun, 29 Jan 2006 21:02:08 +0000 Subject: Patch by Joseph S. Myers to add support for ARM EABI --- libc/sysdeps/linux/arm/vfork.S | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libc/sysdeps/linux/arm/vfork.S') diff --git a/libc/sysdeps/linux/arm/vfork.S b/libc/sysdeps/linux/arm/vfork.S index fd06148bb..e13636940 100644 --- a/libc/sysdeps/linux/arm/vfork.S +++ b/libc/sysdeps/linux/arm/vfork.S @@ -24,7 +24,7 @@ __vfork: #ifdef __NR_vfork - swi __NR_vfork + DO_CALL (vfork) cmn r0, #4096 movcc pc, lr @@ -35,7 +35,7 @@ __vfork: #endif /* If we don't have vfork, use fork. */ - swi __NR_fork + DO_CALL (fork) cmn r0, #4096 /* Syscall worked. Return to child/parent */ -- cgit v1.2.3