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

8 lines
76 B
ArmAsm

.text
.extern __getpgrp
.globl _getpgrp
.balign 2
_getpgrp:
jmp __getpgrp