[llvm-commits] CVS: reopt/lib/LightWtProfiling/scheduler.cpp
Brian Gaeke
gaeke at cs.uiuc.edu
Fri Jun 25 01:27:01 PDT 2004
Changes in directory reopt/lib/LightWtProfiling:
scheduler.cpp updated: 1.9 -> 1.10
---
Log message:
Tweak tweak tweak, nothing to see here
---
Diffs of the changes: (+1 -1)
Index: reopt/lib/LightWtProfiling/scheduler.cpp
diff -u reopt/lib/LightWtProfiling/scheduler.cpp:1.9 reopt/lib/LightWtProfiling/scheduler.cpp:1.10
--- reopt/lib/LightWtProfiling/scheduler.cpp:1.9 Fri Jun 25 01:07:51 2004
+++ reopt/lib/LightWtProfiling/scheduler.cpp Fri Jun 25 01:25:35 2004
@@ -19,7 +19,7 @@
#include <csignal>
#include <iostream>
-#if !(defined(__svr4__) && defined(__sparc__))
+#if !(defined(__linux__) || (defined(__svr4__) && defined(__sparc__)))
// We'll just pop enough stuff in here so that scheduler.cpp compiles.
struct itimerspec { struct timespec it_value; struct timespec it_interval; };
enum { CLOCK_REALTIME };
More information about the llvm-commits
mailing list