mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-16 21:54:16 +00:00
(__vfork): Conditionally branch to __fork even if __NR_vfork is not defined.
This commit is contained in:
parent
9da3df1021
commit
0aced2c569
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user