minix/lib/libc/syscall/waitpid.S

8 lines
76 B
ArmAsm
Raw Normal View History

.text
2005-04-21 16:53:53 +02:00
.extern __waitpid
.globl _waitpid
.balign 2
2005-04-21 16:53:53 +02:00
_waitpid:
jmp __waitpid