gzip: delete lib-stsio-impl.h.patch

no longer needed (oops)
This commit is contained in:
Lucinda May Phipps 2021-09-06 06:39:59 +01:00 committed by GitHub
parent 1c272f516b
commit f2dcf76c66
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 21 deletions

View File

@ -1,21 +0,0 @@
diff --git a/lib/stdio-impl.h b/lib/stdio-impl.h
index 3fa94b4..2be01f3 100644
--- a/lib/stdio-impl.h
+++ b/lib/stdio-impl.h
@@ -77,6 +77,7 @@
see <https://android.googlesource.com/platform/bionic.git/+/e78392637d5086384a5631ddfdfa8d7ec8326ee3/libc/stdio/fileext.h>
and <https://android.googlesource.com/platform/bionic.git/+/e78392637d5086384a5631ddfdfa8d7ec8326ee3/libc/stdio/local.h>.
After this commit, the innards of FILE are hidden. */
+#if 0
# define fp_ ((struct { unsigned char *_p; \
int _r; \
int _w; \
@@ -99,7 +100,7 @@
fpos_t _offset; \
/* More fields, not relevant here. */ \
} *) fp)
-# else
+#endif
# define fp_ fp
# endif