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

#ifdef __NR_getresuid

syscall(getresuid,getresuid)

#endif