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

#ifdef __NR_getresgid32
syscall_weak(getresgid32,getresgid32,__libc_getresgid32)
#endif