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