blob: 79dfd7f2ebac03dc465d3e1950f85934027ed90f [file] [log] [blame]
Elliott Hughes877ec6d2013-11-15 17:40:18 -08001/* Generated by gensyscalls.py. Do not edit. */
2
3#include <private/bionic_asm.h>
4
Elliott Hughes877ec6d2013-11-15 17:40:18 -08005ENTRY(__set_tid_address)
6 mov ip, r7
Christopher Ferris6e45d372016-04-27 18:31:02 -07007 .cfi_register r7, ip
Elliott Hughes877ec6d2013-11-15 17:40:18 -08008 ldr r7, =__NR_set_tid_address
9 swi #0
10 mov r7, ip
Christopher Ferris6e45d372016-04-27 18:31:02 -070011 .cfi_restore r7
Elliott Hughes877ec6d2013-11-15 17:40:18 -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
Elliott Hughes877ec6d2013-11-15 17:40:18 -080016END(__set_tid_address)