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