From f97fb53f14c4100c66065daa9802362629cb98ff Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Tue, 6 Dec 2005 01:11:47 +0000 Subject: first pass at hidden_def() macro based on the glibc one --- include/libc-internal.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/libc-internal.h') diff --git a/include/libc-internal.h b/include/libc-internal.h index 22798aac7..632b53ac5 100644 --- a/include/libc-internal.h +++ b/include/libc-internal.h @@ -97,6 +97,7 @@ #else # define attribute_hidden #endif +#define hidden_def(name) extern __typeof (name) name attribute_hidden; #ifdef __UCLIBC_BUILD_RELRO__ # define attribute_relro __attribute__ ((section (".data.rel.ro"))) -- cgit v1.2.3