Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_bionic
/
440bd6bcc308f78b32fcbc4a3ba312dd1343559b
/
.
/
libc
/
arch-arm64
/
syscalls
/
pwrite64.S
blob: 5674a7ce1c0208c83aaea0d43d81b9efe0a05d99 [
file
] [
log
] [
blame
]
/*
Generated by gensyscalls.py. Do not edit.
*/
#include <private/bionic_asm.h>
ENTRY
(
pwrite64
)
mov x8
,
__NR_pwrite64
svc
#0
cmn x0
,
#(MAX_ERRNO + 1)
cneg x0
,
x0
,
hi
b.hi __set_errno
ret
END
(
pwrite64
)
.globl pwrite
.equ pwrite
,
pwrite64