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

Unified Diff: native_client_sdk/src/libraries/nacl_io/osinttypes.h

Issue 73083005: [NaCl SDK] Enable linux host build for nacl_io and nacl_io_tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
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: native_client_sdk/src/libraries/nacl_io/osinttypes.h
diff --git a/native_client_sdk/src/libraries/nacl_io/osinttypes.h b/native_client_sdk/src/libraries/nacl_io/osinttypes.h
index 438e66f654c1aac0835fd44960aeb23b05d1e39c..1c907a30dfef48405e9911ebfb30550ce55f8bd3 100644
--- a/native_client_sdk/src/libraries/nacl_io/osinttypes.h
+++ b/native_client_sdk/src/libraries/nacl_io/osinttypes.h
@@ -17,7 +17,7 @@
#define SCNuS "Iu"
#endif
-#elif defined(__native_client__)
+#else
#include <inttypes.h>
@@ -29,6 +29,6 @@
#define SCNuS "zu"
#endif
-#endif /* defined(__native_client__) */
+#endif
#endif /* NACL_IO_OSINTTYPES_H_ */

Powered by Google App Engine
This is Rietveld 408576698