minix/lib/libc/syscall/getgroups.S
2010-03-03 14:27:30 +00:00

8 lines
84 B
ArmAsm

.text
.extern __getgroups
.globl _getgroups
.balign 2
_getgroups:
jmp __getgroups