blob: 5674a7ce1c0208c83aaea0d43d81b9efe0a05d99 [file] [log] [blame]
Serban Constantinescu7f8863d2013-10-10 23:05:06 +01001/* Generated by gensyscalls.py. Do not edit. */
2
Elliott Hughesed744842013-11-07 10:31:05 -08003#include <private/bionic_asm.h>
Serban Constantinescu7f8863d2013-10-10 23:05:06 +01004
5ENTRY(pwrite64)
Serban Constantinescu7f8863d2013-10-10 23:05:06 +01006 mov x8, __NR_pwrite64
7 svc #0
8
Serban Constantinescu7f8863d2013-10-10 23:05:06 +01009 cmn x0, #(MAX_ERRNO + 1)
10 cneg x0, x0, hi
11 b.hi __set_errno
12
13 ret
14END(pwrite64)
Elliott Hughes8fbf8de2013-11-06 13:10:37 -080015
Elliott Hughes986f9062014-02-18 16:42:36 -080016 .globl pwrite
17 .equ pwrite, pwrite64