aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/locale.h2
-rw-r--r--include/netinet/in.h2
-rw-r--r--include/sys/gmon.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/include/locale.h b/include/locale.h
index c821768..a798881 100644
--- a/include/locale.h
+++ b/include/locale.h
@@ -7,7 +7,7 @@
extern struct loaded_l10nfile *_nl_locale_file_list[] attribute_hidden;
/* Locale object for C locale. */
-extern struct __locale_struct _nl_C_locobj;
+extern struct __locale_struct _nl_C_locobj attribute_hidden;
/* Now define the internal interfaces. */
extern struct lconv *__localeconv (void);
diff --git a/include/netinet/in.h b/include/netinet/in.h
index 674fc2b..b85d938 100644
--- a/include/netinet/in.h
+++ b/include/netinet/in.h
@@ -1,3 +1,3 @@
#include <inet/netinet/in.h>
-extern const struct in6_addr in6addr_any_internal;
+extern const struct in6_addr in6addr_any_internal attribute_hidden;
diff --git a/include/sys/gmon.h b/include/sys/gmon.h
index 49b37b2..55739cf 100644
--- a/include/sys/gmon.h
+++ b/include/sys/gmon.h
@@ -11,5 +11,5 @@ struct __bb;
extern void __bb_init_func (struct __bb *bb);
extern void __bb_exit_func (void);
-extern struct gmonparam _gmonparam;
+extern struct gmonparam _gmonparam attribute_hidden;
#endif