Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_bionic
/
198d13e8c25e69f7dbda3f5e1a3258b13fe8db5d
/
.
/
libc
/
arch-arm64
/
syscalls
/
sendfile.S
blob: 50ac12dbcfe21e75eb3dd03e3245a83bcad29fc6 [
file
] [
log
] [
blame
]
/*
Generated by gensyscalls.py. Do not edit.
*/
#include <private/bionic_asm.h>
ENTRY
(
sendfile
)
mov x8
,
__NR_sendfile
svc
#0
cmn x0
,
#(MAX_ERRNO + 1)
cneg x0
,
x0
,
hi
b.hi __set_errno_internal
ret
END
(
sendfile
)
ALIAS_SYMBOL
(
sendfile64
,
sendfile
)