summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/dietlibc/syscalls.s/getgroups32.S
blob: 29e6005d67fc3b7f92fe195a89ab6e9480d98460 (plain)
1
2
3
4
5
#include "syscalls.h"

#ifdef __NR_getgroups32
syscall_weak(getgroups32,getgroups32,__libc_getgroups32)
#endif