blob: 58b317610b7db466d409341f07d29389a01ae2c2 [file] [log] [blame]
/* Generated by gensyscalls.py. Do not edit. */
#include <private/bionic_asm.h>
ENTRY(pread64)
movq %rcx, %r10
movl $__NR_pread64, %eax
syscall
cmpq $-MAX_ERRNO, %rax
jb 1f
negl %eax
movl %eax, %edi
call __set_errno
orq $-1, %rax
1:
ret
END(pread64)
.globl _C_LABEL(pread)
.equ _C_LABEL(pread), _C_LABEL(pread64)