blob: 79faf54bfbf0b871e149e9ac75b74bd1a93ec923 (
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)
|