minix/lib/syscall/getgroups.s
2009-11-09 10:26:00 +00:00

8 lines
90 B
ArmAsm

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