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

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: Address latest review comments Created 7 years 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
« no previous file with comments | « src/d8.gyp ('k') | src/platform-posix.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/platform.h
diff --git a/src/platform.h b/src/platform.h
index f94a5266fa44c73415bdbcb6d078ea1a834aa293..f616c7497336998c8e2483b9d07a222624f47eb3 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
« no previous file with comments | « src/d8.gyp ('k') | src/platform-posix.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698