blob: 9490efbd99fb7ab3cff81f63b6db4c8c956e1197 [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
Elliott Hughes3f525d42014-06-24 16:32:01 -07005ENTRY(vmsplice)
6 mov x8, __NR_vmsplice
7 svc #0
8
9 cmn x0, #(MAX_ERRNO + 1)
10 cneg x0, x0, hi
Elliott Hughes011e1112014-09-08 15:25:01 -070011 b.hi __set_errno_internal
Elliott Hughes3f525d42014-06-24 16:32:01 -070012
13 ret
14END(vmsplice)