pt-gettimeofday.c 195 B

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