bionic/libc/arch-mips/syscalls/tgkill.S
Elliott Hughes dbd5ecad26 resolved conflicts for merge of e5408907 to jb-dev-plus-aosp
Change-Id: If4c3f51bf87b28da8074be2e46ae772a374b266f
2012-05-09 13:53:37 -07:00

23 lines
337 B
ArmAsm

/* autogenerated by gensyscalls.py */
#include <sys/linux-syscalls.h>
.text
.globl tgkill
.align 4
.ent tgkill
tgkill:
.set noreorder
.cpload $t9
li $v0, __NR_tgkill
syscall
bnez $a3, 1f
move $a0, $v0
j $ra
nop
1:
la $t9,__set_errno
j $t9
nop
.set reorder
.end tgkill