Yabin Cui | 6348160 | 2014-12-01 17:41:04 -0800 | [diff] [blame] | 1 | /* Generated by gensyscalls.py. Do not edit. */ |
| 2 | |
| 3 | #include <private/bionic_asm.h> |
| 4 | |
Yabin Cui | 40a8f21 | 2015-05-18 11:19:11 -0700 | [diff] [blame] | 5 | ENTRY(___rt_sigqueueinfo) |
Yabin Cui | 6348160 | 2014-12-01 17:41:04 -0800 | [diff] [blame] | 6 | pushl %ebx |
| 7 | .cfi_def_cfa_offset 8 |
| 8 | .cfi_rel_offset ebx, 0 |
| 9 | pushl %ecx |
| 10 | .cfi_adjust_cfa_offset 4 |
| 11 | .cfi_rel_offset ecx, 0 |
| 12 | pushl %edx |
| 13 | .cfi_adjust_cfa_offset 4 |
| 14 | .cfi_rel_offset edx, 0 |
| 15 | mov 16(%esp), %ebx |
| 16 | mov 20(%esp), %ecx |
| 17 | mov 24(%esp), %edx |
| 18 | movl $__NR_rt_sigqueueinfo, %eax |
| 19 | int $0x80 |
| 20 | cmpl $-MAX_ERRNO, %eax |
| 21 | jb 1f |
| 22 | negl %eax |
| 23 | pushl %eax |
| 24 | call __set_errno_internal |
| 25 | addl $4, %esp |
| 26 | 1: |
| 27 | popl %edx |
| 28 | popl %ecx |
| 29 | popl %ebx |
| 30 | ret |
Yabin Cui | 40a8f21 | 2015-05-18 11:19:11 -0700 | [diff] [blame] | 31 | END(___rt_sigqueueinfo) |
| 32 | .hidden ___rt_sigqueueinfo |