blob: 43fe62cbde6cd99cdcb20b13de711b5fbd66b47f [file] [log] [blame]
Christopher Ferrised459702013-12-02 17:44:53 -08001/* Generated by gensyscalls.py. Do not edit. */
2
3#include <private/bionic_asm.h>
4
Christopher Ferrised459702013-12-02 17:44:53 -08005ENTRY(tgkill)
6 mov ip, r7
Christopher Ferrisf5a91232016-04-27 18:31:02 -07007 .cfi_register r7, ip
Christopher Ferrised459702013-12-02 17:44:53 -08008 ldr r7, =__NR_tgkill
9 swi #0
10 mov r7, ip
Christopher Ferrisf5a91232016-04-27 18:31:02 -070011 .cfi_restore r7
Christopher Ferrised459702013-12-02 17:44:53 -080012 cmn r0, #(MAX_ERRNO + 1)
13 bxls lr
14 neg r0, r0
Elliott Hughes7efad832014-09-08 15:25:01 -070015 b __set_errno_internal
Christopher Ferrised459702013-12-02 17:44:53 -080016END(tgkill)