(__vfork): Conditionally branch to __fork even if __NR_vfork is not defined.

This commit is contained in:
Ulrich Drepper 2003-01-15 01:06:06 +00:00
parent 9da3df1021
commit 0aced2c569

View 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)