2009-03-04 04:28:35 +01:00
|
|
|
/* autogenerated by gensyscalls.py */
|
|
|
|
#include <sys/linux-syscalls.h>
|
|
|
|
|
|
|
|
.text
|
2010-09-27 17:30:33 +02:00
|
|
|
.type __waitid, #function
|
|
|
|
.globl __waitid
|
2009-03-04 04:28:35 +01:00
|
|
|
.align 4
|
|
|
|
.fnstart
|
|
|
|
|
2010-09-27 17:30:33 +02:00
|
|
|
__waitid:
|
2009-03-04 04:28:35 +01:00
|
|
|
mov ip, sp
|
|
|
|
.save {r4, r5, r6, r7}
|
|
|
|
stmfd sp!, {r4, r5, r6, r7}
|
|
|
|
ldmfd ip, {r4, r5, r6}
|
|
|
|
ldr r7, =__NR_waitid
|
|
|
|
swi #0
|
|
|
|
ldmfd sp!, {r4, r5, r6, r7}
|
|
|
|
movs r0, r0
|
|
|
|
bxpl lr
|
|
|
|
b __set_syscall_errno
|
|
|
|
.fnend
|