提交 4cf667c9 编写于 作者: R Rich Felker

x86_64 vfork implementation

untested; should work.
上级 ce4d97e3
.global __vfork
.weak vfork
.type __vfork,@function
.type vfork,@function
__vfork:
vfork:
pop %rdx
mov $58,%eax
syscall
push %rdx
mov %rax,%rdi
jmp __syscall_ret
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册