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

#ifdef __setresuid

syscall(setresuid)

#endif