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

Unified Diff: ports/dosbox/nacl.patch

Issue 162913002: Use _NEWLIB_VERSION macro to detect newlib. (Closed) Base URL: https://naclports.googlecode.com/svn/trunk/src
Patch Set: Created 6 years, 10 months 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 | « ports/civetweb/nacl.patch ('k') | ports/leveldb/nacl.patch » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ports/dosbox/nacl.patch
diff --git a/ports/dosbox/nacl.patch b/ports/dosbox/nacl.patch
index 77165537510c5d3fca4cf5bafae8d2ec932880bb..e2ccc47e2ae87f67855f4b142b92f6d694537950 100644
--- a/ports/dosbox/nacl.patch
+++ b/ports/dosbox/nacl.patch
@@ -183,7 +183,7 @@ index 6bbc24c..cbe0662 100644
return 0;
}
-+#if defined(__native_client__) && !defined(__GLIBC__)
++#if defined(__native_client__) && defined(_NEWLIB_VERSION)
+#include <libgen.h>
+#include <assert.h>
+
« no previous file with comments | « ports/civetweb/nacl.patch ('k') | ports/leveldb/nacl.patch » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698