Re-expose more stdio implementation details for LP32.
Keeps a variety of apps running. (cherry-pick of 5def2f5aecd968e4022b0afbe4441fa7ba3e7c7e.) Bug: 17047819 Change-Id: I55882ec95f2b59a5df76e5a89c23aa315609e01d
This commit is contained in:
@@ -42,8 +42,5 @@ struct glue {
|
||||
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;
|
||||
|
Reference in New Issue
Block a user