CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/03/18 17:41:24
Modified files:
lib/libc/arch/aarch64/sys: Ovfork.S
Log message:
Simplify fork/vfork logic: the kernel has handled returning zero in the child
for a long time, so there's no need to test the second return register here
in the asm stub.
ok guenther@
