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

8 lines
90 B
ArmAsm
Executable file

.sect .text
.extern __getgroups
.define _getgroups
.align 2
_getgroups:
jmp __getgroups