minix/lib/libc/syscall/wait.s

8 lines
70 B
ArmAsm

.sect .text
.extern __wait
.define _wait
.align 2
_wait:
jmp __wait