Sign in
opensecura
/
3p
/
sel4
/
musllibc
/
refs/heads/master
/
.
/
src
/
process
/
i386
/
vfork.s
blob: fadca20731836b278190bdb884c1db75830adcc5 [
file
] [
edit
]
.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