Files
minix/lib/libc/syscall/getgid.S
T

8 lines
72 B
ArmAsm

.text
.extern __getgid
.globl _getgid
.balign 2
_getgid:
jmp __getgid