blob: 296c907bb92c561e4edffea3f9d31a44089a287a [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
11 b.hi __set_errno
12
13 ret
14END(__set_tid_address)
Elliott Hughesd465eb42014-02-19 18:59:19 -080015.hidden __set_tid_address