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

#ifdef __getresuid

syscall(getresuid)

#endif