diff options
| -rw-r--r-- | include/libc-internal.h | 1 | 
1 files changed, 1 insertions, 0 deletions
| 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"))) | 
