Files
minix/lib/libc/syscall/getgroups.S
T

8 lines
84 B
ArmAsm

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