summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdio/glue.h
diff options
context:
space:
mode:
authorguenther <guenther@openbsd.org>2015-08-27 04:37:09 +0000
committerguenther <guenther@openbsd.org>2015-08-27 04:37:09 +0000
commitbb64080b0f4926cfaad11f8655a5a0ff1c21e50f (patch)
tree2f9ddff73dde02f16705737abba78e6aa5e185c8 /lib/libc/stdio/glue.h
parentMove the __rand48_* declarations into rand48.h, and then hide both them (diff)
downloadwireguard-openbsd-bb64080b0f4926cfaad11f8655a5a0ff1c21e50f.tar.xz
wireguard-openbsd-bb64080b0f4926cfaad11f8655a5a0ff1c21e50f.zip
Use static and __{BEGIN,ENV}_HIDDEN_DECLS to hide a bunch of internal
symbols that are not longer exported. (This improves the generated code.) ok deraadt@
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