summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/dietlibc/syscalls.c/time.c
blob: dc15b28f90605fcf097cdc7b987fe01d0234587a (plain)
1
2
3
4
#include <linux/types.h>
#include "syscalls.h"

_syscall1(time_t,time,time_t*,path)