summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/dietlibc/syscalls.s/getresgid.S
blob: a1d873c1575fbe34240e6f457cedf7cd7ba45b09 (plain)
1
2
3
4
5
6
7
#include "syscalls.h"

#ifdef __NR_getresgid

syscall(getresgid,getresgid)

#endif