#include "sys.h"
.define _wait
.extern _errno
_wait:
sys wait
bcc 1f
mov r0,_errno
mov $-1,r0
rts pc
1:
tst 2(sp)
beq 1f
mov r1,*2(sp)