Sign in
android
/
platform
/
external
/
musl
/
refs/heads/android14-mainline-appsearch-release
/
.
/
src
/
process
/
aarch64
/
vfork.s
blob: 429bec8cb8a9bc9b3cd284c6f6d5b18f08a56cfc [
file
] [
log
] [
blame
] [
edit
]
.global vfork
.type vfork
,
%
function
vfork
:
mov x8
,
220
//
SYS_clone
mov x0
,
0x4111
//
SIGCHLD
|
CLONE_VM
|
CLONE_VFORK
mov x1
,
0
svc
0
.hidden __syscall_ret
b __syscall_ret