vmsplice.S revision 3f525d41c2acde2ae3309cf839d83d7f41ab2fe6
1/* Generated by gensyscalls.py. Do not edit. */
2
3#include <private/bionic_asm.h>
4
5ENTRY(vmsplice)
6    mov     x8, __NR_vmsplice
7    svc     #0
8
9    cmn     x0, #(MAX_ERRNO + 1)
10    cneg    x0, x0, hi
11    b.hi    __set_errno
12
13    ret
14END(vmsplice)
15