Serban Constantinescu | 7f8863d | 2013-10-10 23:05:06 +0100 | [diff] [blame] | 1 | /* Generated by gensyscalls.py. Do not edit. */ |
2 | |||||
Elliott Hughes | ed74484 | 2013-11-07 10:31:05 -0800 | [diff] [blame] | 3 | #include <private/bionic_asm.h> |
Serban Constantinescu | 7f8863d | 2013-10-10 23:05:06 +0100 | [diff] [blame] | 4 | |
5 | ENTRY(pwrite64) | ||||
Serban Constantinescu | 7f8863d | 2013-10-10 23:05:06 +0100 | [diff] [blame] | 6 | mov x8, __NR_pwrite64 |
7 | svc #0 | ||||
8 | |||||
Serban Constantinescu | 7f8863d | 2013-10-10 23:05:06 +0100 | [diff] [blame] | 9 | cmn x0, #(MAX_ERRNO + 1) |
10 | cneg x0, x0, hi | ||||
Elliott Hughes | 011e111 | 2014-09-08 15:25:01 -0700 | [diff] [blame^] | 11 | b.hi __set_errno_internal |
Serban Constantinescu | 7f8863d | 2013-10-10 23:05:06 +0100 | [diff] [blame] | 12 | |
13 | ret | ||||
14 | END(pwrite64) | ||||
Elliott Hughes | 8fbf8de | 2013-11-06 13:10:37 -0800 | [diff] [blame] | 15 | |
Elliott Hughes | 986f906 | 2014-02-18 16:42:36 -0800 | [diff] [blame] | 16 | .globl pwrite |
17 | .equ pwrite, pwrite64 |