Index: mozilla/nsprpub/pr/include/md/_linux.h |
=================================================================== |
--- mozilla/nsprpub/pr/include/md/_linux.h (revision 179237) |
+++ mozilla/nsprpub/pr/include/md/_linux.h (working copy) |
@@ -626,13 +626,10 @@ |
#endif /* ! _PR_PTHREADS */ |
extern void _MD_EarlyInit(void); |
-extern PRIntervalTime _PR_UNIX_GetInterval(void); |
-extern PRIntervalTime _PR_UNIX_TicksPerSecond(void); |
#define _MD_EARLY_INIT _MD_EarlyInit |
#define _MD_FINAL_INIT _PR_UnixInit |
-#define _MD_GET_INTERVAL _PR_UNIX_GetInterval |
-#define _MD_INTERVAL_PER_SEC _PR_UNIX_TicksPerSecond |
+#define HAVE_CLOCK_MONOTONIC |
/* |
* We wrapped the select() call. _MD_SELECT refers to the built-in, |