summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdio/glue.h
diff options
context:
space:
mode:
authorstefanf <stefanf@FreeBSD.org>2005-05-13 21:12:34 +0000
committerstefanf <stefanf@FreeBSD.org>2005-05-13 21:12:34 +0000
commit1dcdbc6b45a48160d41aa183810f5f4a3f859cc4 (patch)
tree456eae8d8031188b07daf4f90e5ef1bc838d68ff /lib/libc/stdio/glue.h
parenta3047efe51dd6b7bd67ef7123c9b143d3dec9deb (diff)
downloadFreeBSD-src-1dcdbc6b45a48160d41aa183810f5f4a3f859cc4.zip
FreeBSD-src-1dcdbc6b45a48160d41aa183810f5f4a3f859cc4.tar.gz
The header glue.h should provide just a declaration for the variable
__sglue, not a definition. PR: 80378 Submitted by: John Engelhart <johne@zang.com> MFC after: 1 week
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