31ff7977
0b44a031
aa398f56
1
2 3 4
5
6
7
8
#define _BSD_SOURCE #include <sys/time.h> #include "syscall.h" int settimeofday(const struct timeval *tv, const struct timezone *tz) { return syscall(SYS_settimeofday, tv, 0); }