Re-expose more stdio implementation details for LP32.
Keeps a variety of apps running.
(cherry-pick of 5def2f5aecd968e4022b0afbe4441fa7ba3e7c7e.)
Bug: 17047819
Change-Id: I55882ec95f2b59a5df76e5a89c23aa315609e01d
diff --git a/libc/stdio/glue.h b/libc/stdio/glue.h
index 81f83fc..4ead20a 100644
--- a/libc/stdio/glue.h
+++ b/libc/stdio/glue.h
@@ -42,8 +42,5 @@
FILE *iobs;
};
-#pragma GCC visibility push(hidden)
-
-extern struct glue __sglue;
-
-#pragma GCC visibility pop
+/* This was referenced by a couple of different pieces of middleware and the Crystax NDK. */
+__LIBC64_HIDDEN__ extern struct glue __sglue;