blob: f7ae16dc65726cde8d297753ef3a3c2db103c30a [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
5ENTRY(__set_tid_address)
Elliott Hughes877ec6d2013-11-15 17:40:18 -08006 mov x8, __NR_set_tid_address
7 svc #0
8
Elliott Hughes877ec6d2013-11-15 17:40:18 -08009 cmn x0, #(MAX_ERRNO + 1)
10 cneg x0, x0, hi
Elliott Hughes7efad832014-09-08 15:25:01 -070011 b.hi __set_errno_internal
Elliott Hughes877ec6d2013-11-15 17:40:18 -080012
13 ret
14END(__set_tid_address)
Elliott Hughesd465eb42014-02-19 18:59:19 -080015.hidden __set_tid_address