Add time_update().
This commit is contained in:
committed by
Jason Evans
parent
f829009929
commit
e5d5a4a517
@@ -61,4 +61,12 @@ isblank(int c)
|
||||
#endif
|
||||
#include <fcntl.h>
|
||||
|
||||
#include <sys/time.h>
|
||||
#ifdef _WIN32
|
||||
struct timespec {
|
||||
time_t tv_sec;
|
||||
long tv_nsec;
|
||||
};
|
||||
#endif
|
||||
|
||||
#endif /* JEMALLOC_INTERNAL_H */
|
||||
|
Reference in New Issue
Block a user