minix/lib/libc/syscall/getgroups.s

8 lines
90 B
ArmAsm

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