svn commit: trunk/uClibc/include

vapier at uclibc.org vapier at uclibc.org
Tue Dec 6 01:12:15 UTC 2005


Author: vapier
Date: 2005-12-05 17:11:47 -0800 (Mon, 05 Dec 2005)
New Revision: 12670

Log:
first pass at hidden_def() macro based on the glibc one

Modified:
   trunk/uClibc/include/libc-internal.h


Changeset:
Modified: trunk/uClibc/include/libc-internal.h
===================================================================
--- trunk/uClibc/include/libc-internal.h	2005-12-06 01:10:44 UTC (rev 12669)
+++ trunk/uClibc/include/libc-internal.h	2005-12-06 01:11:47 UTC (rev 12670)
@@ -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")))




More information about the uClibc-cvs mailing list