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

#ifdef __NR_setresgid32
syscall_weak(setresgid32,setresgid32,__libc_setresgid32)
#endif