summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdio/glue.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/stdio/glue.h')
-rw-r--r--lib/libc/stdio/glue.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/stdio/glue.h b/lib/libc/stdio/glue.h
index 79e1cd4..a6df6fd 100644
--- a/lib/libc/stdio/glue.h
+++ b/lib/libc/stdio/glue.h
@@ -45,4 +45,5 @@ struct glue {
struct glue *next;
int niobs;
FILE *iobs;
-} __sglue;
+};
+extern struct glue __sglue;
OpenPOWER on IntegriCloud