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

#ifdef __NR_time
syscall(time,time)
#endif