From: Ulrich Drepper Date: Wed, 15 Jan 2003 01:06:06 +0000 (+0000) Subject: (__vfork): Conditionally branch to __fork even if __NR_vfork is not defined. X-Git-Tag: glibc-2.16-ports-before-merge~1454 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0aced2c56994f635df6346e8b9435f4be8355dd1;p=thirdparty%2Fglibc.git (__vfork): Conditionally branch to __fork even if __NR_vfork is not defined. --- diff --git a/sysdeps/unix/sysv/linux/arm/linuxthreads/vfork.S b/sysdeps/unix/sysv/linux/arm/linuxthreads/vfork.S index 6092bd9fd43..8d3338afd0f 100644 --- a/sysdeps/unix/sysv/linux/arm/linuxthreads/vfork.S +++ b/sysdeps/unix/sysv/linux/arm/linuxthreads/vfork.S @@ -32,9 +32,9 @@ rocess, ENTRY (__vfork) -#ifdef __NR_vfork SINGLE_THREAD_P bne HIDDEN_JUMPTARGET (__fork) +#ifdef __NR_vfork swi __NR_vfork cmn a1, #4096 RETINSTR(movcc, pc, lr)