The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 1 | /* autogenerated by gensyscalls.py */ |
| 2 | #include <sys/linux-syscalls.h> |
| 3 | |
| 4 | .text |
Dima Zavin | 18c5bcc | 2010-07-29 19:12:04 -0700 | [diff] [blame] | 5 | .type sigaction, #function |
| 6 | .globl sigaction |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 7 | .align 4 |
| 8 | .fnstart |
| 9 | |
Dima Zavin | 18c5bcc | 2010-07-29 19:12:04 -0700 | [diff] [blame] | 10 | sigaction: |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 11 | .save {r4, r7} |
| 12 | stmfd sp!, {r4, r7} |
| 13 | ldr r7, =__NR_sigaction |
| 14 | swi #0 |
| 15 | ldmfd sp!, {r4, r7} |
| 16 | movs r0, r0 |
| 17 | bxpl lr |
| 18 | b __set_syscall_errno |
| 19 | .fnend |