blob: a197c2e5dc21344e13551a544230550cda559fc9 [file] [log] [blame]
/* Generated by gensyscalls.py. Do not edit. */
#include <private/bionic_asm.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)