blob: 5eb3dab65ceba2fc5426faf09369a307a99931c8 [file] [log] [blame]
Elliott Hughes103ccde2013-10-16 14:27:59 -07001/* Generated by gensyscalls.py. Do not edit. */
2
Elliott Hughescda62092013-03-22 13:50:44 -07003#include <asm/unistd.h>
Elliott Hughes9aceab52013-03-12 14:57:30 -07004#include <linux/err.h>
Kenny Rootfb723c82011-02-17 10:47:44 -08005#include <machine/asm.h>
David 'Digit' Turner97cf7f32010-01-22 18:59:05 -08006
Elliott Hughes11952072013-10-24 15:15:14 -07007ENTRY(__epoll_pwait)
David 'Digit' Turner97cf7f32010-01-22 18:59:05 -08008 mov ip, sp
9 .save {r4, r5, r6, r7}
10 stmfd sp!, {r4, r5, r6, r7}
11 ldmfd ip, {r4, r5, r6}
Elliott Hughes11952072013-10-24 15:15:14 -070012 ldr r7, =__NR_epoll_pwait
David 'Digit' Turner97cf7f32010-01-22 18:59:05 -080013 swi #0
14 ldmfd sp!, {r4, r5, r6, r7}
Elliott Hughes9aceab52013-03-12 14:57:30 -070015 cmn r0, #(MAX_ERRNO + 1)
16 bxls lr
17 neg r0, r0
18 b __set_errno
Elliott Hughes11952072013-10-24 15:15:14 -070019END(__epoll_pwait)