blob: a5450d908c9d9588897b684a08f9b552f936238d [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(splice)
6 mov x8, __NR_splice
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(splice)