| 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().
|
|
|