1 #include <sys/syscall.h> 2 #include <sys/time.h> 3 4 int gettimeofday (struct timeval *, struct timezone *) attribute_hidden; 5 _syscall2(int, gettimeofday, struct timeval *, tv, struct timezone *, tz) 6