#include #include int gettimeofday(struct timeval *p, void *z){ return syscall_gettimeofday(p,z); }