]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
(__vfork): Conditionally branch to __fork even if __NR_vfork is not defined.
authorUlrich Drepper <drepper@redhat.com>
Wed, 15 Jan 2003 01:06:06 +0000 (01:06 +0000)
committerUlrich Drepper <drepper@redhat.com>
Wed, 15 Jan 2003 01:06:06 +0000 (01:06 +0000)
sysdeps/unix/sysv/linux/arm/linuxthreads/vfork.S

index 6092bd9fd4375e0ce4ef32a24ae68c11b49ae17d..8d3338afd0fa80014f86b79cdc61754de94fad39 100644 (file)
@@ -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)