blob: 416e9d28a081c6ad494d1ece5d41c23787483319 [file] [log] [blame]
Elliott Hughes103ccde2013-10-16 14:27:59 -07001/* Generated by gensyscalls.py. Do not edit. */
2
Elliott Hughesed744842013-11-07 10:31:05 -08003#include <private/bionic_asm.h>
Elliott Hughesb4f76162013-09-19 16:27:24 -07004
Elliott Hughesb4f76162013-09-19 16:27:24 -07005ENTRY(sendfile64)
6 mov ip, r7
Christopher Ferrisf5a91232016-04-27 18:31:02 -07007 .cfi_register r7, ip
Elliott Hughesb4f76162013-09-19 16:27:24 -07008 ldr r7, =__NR_sendfile64
9 swi #0
10 mov r7, ip
Christopher Ferrisf5a91232016-04-27 18:31:02 -070011 .cfi_restore r7
Elliott Hughesb4f76162013-09-19 16:27:24 -070012 cmn r0, #(MAX_ERRNO + 1)
13 bxls lr
14 neg r0, r0
Elliott Hughes7efad832014-09-08 15:25:01 -070015 b __set_errno_internal
Elliott Hughesb4f76162013-09-19 16:27:24 -070016END(sendfile64)