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

Unified Diff: ports/libtar/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/leveldb/nacl.patch ('k') | ports/netcat/nacl.patch » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ports/libtar/nacl.patch
diff --git a/ports/libtar/nacl.patch b/ports/libtar/nacl.patch
index 099e8275bc67716a6ff36e417a97a525967eb812..db6c60df91db2fb0628698801e40e15bed222716 100644
--- a/ports/libtar/nacl.patch
+++ b/ports/libtar/nacl.patch
@@ -72,7 +72,7 @@ index 6bbb801..1646191 100644
#endif
-+#if defined(__native_client__) && !defined(__GLIBC__)
++#if defined(__native_client__) && defined(_NEWLIB_VERSION)
+struct group *getgrgid(gid_t gid) {
+ errno = ENOSYS;
+ return NULL;
« no previous file with comments | « ports/leveldb/nacl.patch ('k') | ports/netcat/nacl.patch » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698