blob: 7011099d922c6c451c4257db97fad50a7e972c86 [file] [log] [blame]
/* autogenerated by gensyscalls.py */
#include <linux/err.h>
#include <machine/asm.h>
#include <sys/linux-syscalls.h>
ENTRY(wait4)
mov ip, r7
ldr r7, =__NR_wait4
swi #0
mov r7, ip
cmn r0, #(MAX_ERRNO + 1)
bxls lr
neg r0, r0
b __set_errno
END(wait4)