提交 2bb75db6 编写于 作者: R Rich Felker

support vfork on i386

上级 768f39a5
.global __vfork
.weak vfork
.type __vfork,@function
.type vfork,@function
__vfork:
vfork:
pop %edx
mov $190,%eax
int $128
push %edx
push %eax
call __syscall_ret
pop %edx
ret
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册