blob: e4790bf65270f0f7b88b045a6aaac6b848f6f59f [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
Dan Alberte35fd482014-08-08 15:19:20 -07005 .hidden __set_errno
6
Elliott Hughes877ec6d2013-11-15 17:40:18 -08007ENTRY(__set_tid_address)
Elliott Hughes877ec6d2013-11-15 17:40:18 -08008 mov x8, __NR_set_tid_address
9 svc #0
10
Elliott Hughes877ec6d2013-11-15 17:40:18 -080011 cmn x0, #(MAX_ERRNO + 1)
12 cneg x0, x0, hi
13 b.hi __set_errno
14
15 ret
16END(__set_tid_address)
Elliott Hughesd465eb42014-02-19 18:59:19 -080017.hidden __set_tid_address