summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/dietlibc/syscalls.s/stime.S
blob: 281809c2747cef10779cef7f68be197cc2194a9d (plain)
1
2
3
4
5
#include "syscalls.h"

#ifdef __NR_stime
syscall(stime,stime)
#endif