blob: 9c2fb3416308110b1b4243e93b1cdea8a8bd25b1 [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
Dan Albertbc9f9f22014-08-08 15:19:20 -07005 .hidden __set_errno
6
Serban Constantinescu7f8863d2013-10-10 23:05:06 +01007ENTRY(pread64)
Serban Constantinescu7f8863d2013-10-10 23:05:06 +01008 mov x8, __NR_pread64
9 svc #0
10
Serban Constantinescu7f8863d2013-10-10 23:05:06 +010011 cmn x0, #(MAX_ERRNO + 1)
12 cneg x0, x0, hi
13 b.hi __set_errno
14
15 ret
16END(pread64)
Elliott Hughes8fbf8de2013-11-06 13:10:37 -080017
Elliott Hughes986f9062014-02-18 16:42:36 -080018 .globl pread
19 .equ pread, pread64