aboutsummaryrefslogtreecommitdiffstats
path: root/libc/stdio/glue.h
diff options
context:
space:
mode:
Diffstat (limited to 'libc/stdio/glue.h')
-rw-r--r--libc/stdio/glue.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/libc/stdio/glue.h b/libc/stdio/glue.h
index 73cef6327..81f83fc01 100644
--- a/libc/stdio/glue.h
+++ b/libc/stdio/glue.h
@@ -42,4 +42,8 @@ struct glue {
FILE *iobs;
};
+#pragma GCC visibility push(hidden)
+
extern struct glue __sglue;
+
+#pragma GCC visibility pop