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.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libc/stdio/glue.h b/lib/libc/stdio/glue.h
index 73cef63273b..530a70e6d1a 100644
--- a/lib/libc/stdio/glue.h
+++ b/lib/libc/stdio/glue.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: glue.h,v 1.4 2004/01/11 21:39:51 millert Exp $ */
+/* $OpenBSD: glue.h,v 1.5 2015/08/27 04:37:09 guenther Exp $ */
/*-
* Copyright (c) 1990, 1993
@@ -42,4 +42,6 @@ struct glue {
FILE *iobs;
};
+__BEGIN_HIDDEN_DECLS
extern struct glue __sglue;
+__END_HIDDEN_DECLS