Sign in
cobalt
/
cobalt
/
0585facbd3129ea3f3d3c63f9539aacbad3130c8
/
.
/
third_party
/
musl
/
src
/
process
/
i386
/
vfork.s
blob: fadca20731836b278190bdb884c1db75830adcc5 [
file
] [
log
] [
blame
]
.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