blob: 7771a4447db9f2545335535811e8b9dd8f0b339e [file] [log] [blame]
Elliott Hughes6f4594d2015-08-26 13:27:43 -07001/* Generated by gensyscalls.py. Do not edit. */
2
3#include <private/bionic_asm.h>
4
5ENTRY(preadv)
6 movq %rcx, %r10
7 movl $__NR_preadv, %eax
8 syscall
9 cmpq $-MAX_ERRNO, %rax
10 jb 1f
11 negl %eax
12 movl %eax, %edi
13 call __set_errno_internal
141:
15 ret
16END(preadv)
17
18ALIAS_SYMBOL(preadv64, preadv)