blob: 14b18e3d833407c9cdd3d64bf07fb17488403ccf [file] [log] [blame]
The Android Open Source Projecta27d2ba2008-10-21 07:00:00 -07001/* autogenerated by gensyscalls.py */
2#include <sys/linux-syscalls.h>
3
4 .text
5 .type poll, #function
6 .globl poll
7 .align 4
8 .fnstart
9
10poll:
11 .save {r4, r7}
12 stmfd sp!, {r4, r7}
13 ldr r7, =__NR_poll
14 swi #0
15 ldmfd sp!, {r4, r7}
16 movs r0, r0
17 bxpl lr
18 b __set_syscall_errno
19 .fnend