blob: 597649e9fd5a6524d3af813cb875e16fa0e484d8 [file] [log] [blame]
Elliott Hughesbe57a402015-06-10 17:24:20 -07001/* Generated by gensyscalls.py. Do not edit. */
2
3#include <private/bionic_asm.h>
4
5ENTRY(process_vm_readv)
6 movq %rcx, %r10
7 movl $__NR_process_vm_readv, %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(process_vm_readv)