minix/lib/libc/syscall/getgid.s

8 lines
78 B
ArmAsm

.sect .text
.extern __getgid
.define _getgid
.align 2
_getgid:
jmp __getgid