minix/lib/syscall/getgid.s
2005-04-21 14:53:53 +00:00

8 lines
78 B
ArmAsm
Executable file

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