diff options
Diffstat (limited to 'libc/stdio/glue.h')
-rw-r--r-- | libc/stdio/glue.h | 7 |
1 files changed, 2 insertions, 5 deletions
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 @@ 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; |