Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(620)

Unified Diff: src/platform.h

Issue 61153009: Add support for the QNX operating system. (Closed) Base URL: git://github.com/v8/v8.git@master
Patch Set: Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: src/platform.h
diff --git a/src/platform.h b/src/platform.h
index 8e524aeaf06f356c9a8f79de2daf6aedee023a9f..a99bbe9acbefda12a9454cb0793a099a16e56cb8 100644
--- a/src/platform.h
+++ b/src/platform.h
@@ -59,6 +59,10 @@ int signbit(double x);
# endif
#endif
+#if V8_OS_QNX
+#include "qnx-math.h"
+#endif
+
// Microsoft Visual C++ specific stuff.
#if V8_CC_MSVC

Powered by Google App Engine
This is Rietveld 408576698