diff options
-rw-r--r-- | lib/libc/stdio/glue.h | 3 |
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; |