aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'localdecls.h')
-rw-r--r--localdecls.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/localdecls.h b/localdecls.h
index 0371831..da8ad4c 100644
--- a/localdecls.h
+++ b/localdecls.h
@@ -78,5 +78,6 @@ extern char **environ;
# define weak_alias(_name, _aliasname) \
extern __typeof (_name) _aliasname __attribute__ ((weak, alias (#_name)));
+#define attribute_hidden __attribute__((visibility("hidden")))
#endif