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

Unified Diff: ports/coreutils/nacl.patch

Issue 944053002: Disable more ports under nacl-clang (Closed) Base URL: https://chromium.googlesource.com/external/naclports.git@master
Patch Set: Created 5 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/boost/pkg_info ('k') | ports/coreutils/pkg_info » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ports/coreutils/nacl.patch
diff --git a/ports/coreutils/nacl.patch b/ports/coreutils/nacl.patch
index 903ce6f931f6689ed4df2322958317e48ffd453e..9d3a737dba4d956c980f1f739bd5e966762f6475 100644
--- a/ports/coreutils/nacl.patch
+++ b/ports/coreutils/nacl.patch
@@ -48,7 +48,7 @@ diff --git a/lib/__fpending.c b/lib/__fpending.c
#include "__fpending.h"
-+#if !defined(__pnacl__)
++#if !(defined(__native_client__) && defined(__clang__))
size_t
__fpending (FILE *fp)
{
« no previous file with comments | « ports/boost/pkg_info ('k') | ports/coreutils/pkg_info » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698