blob: 1c4dc68da925aa4ac5444ec232b7e9e7c6a867de [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
1:
ret
END(pread64)
.globl pread
.equ pread, pread64