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

#ifdef __NR_setresuid

syscall(setresuid,setresuid)

#endif