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; |