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