gettimeofday(): an implementation based on CPU invariant TSC support
This commit is contained in:
@ -19,6 +19,8 @@
|
||||
#ifndef __TIME_H
|
||||
#define __TIME_H
|
||||
|
||||
#define NS_PER_SEC 1000000000UL
|
||||
|
||||
typedef long int __time_t;
|
||||
|
||||
/* POSIX.1b structure for a time value. This is like a `struct timeval' but
|
||||
|
||||
Reference in New Issue
Block a user