Released on Wed, 14 Jun 2006 18:06:34 +0000
[klibc] ARM: fix EABI and Thumb versions of vfork()

For EABI and Thumb, the system call number is in r7, which is a
saved register; we need to save r7 into a clobbered register (using r3)
around the system call.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
1 file changed