blob: df775c6a05f4c30189f475e91266c2fba41c2382 [file] [log] [blame]
Elliott Hughes3f525d42014-06-24 16:32:01 -07001/* Generated by gensyscalls.py. Do not edit. */
2
3#include <private/bionic_asm.h>
4
5ENTRY(vmsplice)
6 movq %rcx, %r10
7 movl $__NR_vmsplice, %eax
8 syscall
9 cmpq $-MAX_ERRNO, %rax
10 jb 1f
11 negl %eax
12 movl %eax, %edi
Elliott Hughes011e1112014-09-08 15:25:01 -070013 call __set_errno_internal
Elliott Hughes3f525d42014-06-24 16:32:01 -0700141:
15 ret
16END(vmsplice)