Sign in
ara-mdk
/
platform
/
bionic
/
999dff0ef3d92c1e84d12d3b8d8324c5ef441b85
/
.
/
libc
/
arch-arm
/
syscalls
/
sendfile.S
blob: fb4b38c9c2df52b8b49aa1a4a32b0df197422fd7 [
file
] [
log
] [
blame
]
/*
autogenerated by gensyscalls.py
*/
#include <asm/unistd.h>
#include <linux/err.h>
#include <machine/asm.h>
ENTRY
(
sendfile
)
mov ip
,
r7
ldr r7
,
=
__NR_sendfile
swi
#0
mov r7
,
ip
cmn r0
,
#(MAX_ERRNO + 1)
bxls lr
neg r0
,
r0
b __set_errno
END
(
sendfile
)