summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPeter S. Mazinger <ps.m@gmx.net>2006-01-09 23:05:32 +0000
committerPeter S. Mazinger <ps.m@gmx.net>2006-01-09 23:05:32 +0000
commit3c0c7475bf93e117be94f630589dfac19ce8c6a6 (patch)
tree60e36fda99290889c98d0a3362fca648abdfc614 /include
parent26f5fc4241453871760a5df0905d92e6e4f09a39 (diff)
Get rid of hidden_def
Diffstat (limited to 'include')
-rw-r--r--include/libc-internal.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/libc-internal.h b/include/libc-internal.h
index 26e06e636..307b0180f 100644
--- a/include/libc-internal.h
+++ b/include/libc-internal.h
@@ -140,7 +140,6 @@
#else
# define attribute_hidden
#endif
-#define hidden_def(name) extern __typeof (name) name attribute_hidden;
#ifndef __ASSEMBLER__
# define hidden_strong_alias(name, aliasname) _hidden_strong_alias(name, aliasname)