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

Unified Diff: ports/netcat/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/libtar/nacl.patch ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ports/netcat/nacl.patch
diff --git a/ports/netcat/nacl.patch b/ports/netcat/nacl.patch
index 91dfb5205953eb6f189e0e78705e713486c63143..969356cbcf448372bdded4f8ad95a8cc428805c7 100644
--- a/ports/netcat/nacl.patch
+++ b/ports/netcat/nacl.patch
@@ -105,7 +105,7 @@ index 9a3e885..a460b4b 100644
int udphelper_sockets_open(int **sockbuf, in_port_t nport)
{
-+#if defined(__native_client__) && !defined(__GLIBC__)
++#if defined(__native_client__) && defined(_NEWLIB_VERSION)
+ /*
+ * TODO(bradnelson): figure out if nacl_io can support these calls.
+ */
« no previous file with comments | « ports/libtar/nacl.patch ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698