Fix hrtime on linux

This commit is contained in:
Ryan Dahl 2011-07-01 12:29:46 -04:00
parent 09bd08ed97
commit 35e1c62676

View File

@ -25,7 +25,7 @@
#include <time.h>
#undef NANOSEC
#define NANOSEC 1000000
#define NANOSEC 1000000000
/*
* There's probably some way to get time from Linux than gettimeofday(). What