blob: 0c66d47070bcfabfce80363e606686be1cec9582 [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)
6 pushl %ebx
7 mov 8(%esp), %ebx
8 movl $__NR_set_tid_address, %eax
9 int $0x80
10 cmpl $-MAX_ERRNO, %eax
11 jb 1f
12 negl %eax
13 pushl %eax
14 call __set_errno
15 addl $4, %esp
16 orl $-1, %eax
171:
18 popl %ebx
19 ret
20END(__set_tid_address)