Files
rpi_b/lib/libc/syscall/getpid.S
T

8 lines
72 B
ArmAsm

.text
.extern __getpid
.globl _getpid
.balign 2
_getpid:
jmp __getpid