0b44a031
c2cd25bf
1 2 3 4 5
6
7 8
#include <sys/time.h> #include "syscall.h" int gettimeofday(struct timeval *tv, void *tz) { __syscall(SYS_gettimeofday, tv, 0); return 0; }