xref: /aosp_15_r20/external/musl/src/process/i386/vfork.s (revision c9945492fdd68bbe62686c5b452b4dc1be3f8453)
1.global vfork
2.type vfork,@function
3vfork:
4	pop %edx
5	mov $190,%eax
6	int $128
7	push %edx
8	push %eax
9	.hidden __syscall_ret
10	call __syscall_ret
11	pop %edx
12	ret
13