Elliott Hughes | 877ec6d | 2013-11-15 17:40:18 -0800 | [diff] [blame^] | 1 | /* Generated by gensyscalls.py. Do not edit. */ |
2 | |||||
3 | #include <private/bionic_asm.h> | ||||
4 | |||||
5 | ENTRY(__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 | ||||
17 | 1: | ||||
18 | popl %ebx | ||||
19 | ret | ||||
20 | END(__set_tid_address) |