7 lines
76 B
ArmAsm
7 lines
76 B
ArmAsm
.text
|
|
.extern __waitpid
|
|
.globl _waitpid
|
|
.balign 2
|
|
|
|
_waitpid:
|
|
jmp __waitpid
|