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

#ifdef __NR_setresgid

syscall(setresgid,setresgid)

#endif