Sign in
cobalt
/
cobalt
/
3cd5432aaed8f14f27f66ade1b51aa71df939492
/
.
/
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