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

Unified Diff: ports/tar/nacl.patch

Issue 815353007: tar: Fix typo in patch file (Closed) Base URL: https://chromium.googlesource.com/external/naclports.git@master
Patch Set: Created 5 years, 11 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ports/tar/nacl.patch
diff --git a/ports/tar/nacl.patch b/ports/tar/nacl.patch
index 09fd2c519209d4d1bca04d42157d199f11a497f5..61b3423479137b8a074cbde93619e60f75707de5 100644
--- a/ports/tar/nacl.patch
+++ b/ports/tar/nacl.patch
@@ -5,7 +5,7 @@ diff --git a/lib/getcwd.c b/lib/getcwd.c
# define MATCHING_INO(dp, ino) true
#endif
-+#ifdef __native_client__ && defined _NEWLIB_VERSION
++#if defined __native_client__ && defined _NEWLIB_VERSION
+/* openat() is currently non-existent for newlib builds, but AT_FDCWD is
+ present in the headers. Explicatly undefine it here to avoid use of
+ openat().
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698