blob: 87de344f6ae087d332ed8a3d44b8bde7a62b54ae [file] [log] [blame]
Elliott Hughesb4f76162013-09-19 16:27:24 -07001/* autogenerated by gensyscalls.py */
2#include <asm/unistd.h>
3#include <linux/err.h>
4#include <machine/asm.h>
5
6ENTRY(sendfile64)
7 mov ip, r7
8 ldr r7, =__NR_sendfile64
9 swi #0
10 mov r7, ip
11 cmn r0, #(MAX_ERRNO + 1)
12 bxls lr
13 neg r0, r0
14 b __set_errno
15END(sendfile64)