svn commit: trunk/uClibc/include

psm at uclibc.org psm at uclibc.org
Tue Sep 27 21:42:39 UTC 2005


Author: psm
Date: 2005-09-27 14:42:39 -0700 (Tue, 27 Sep 2005)
New Revision: 11672

Log:
Should correct ppc compilation failure reported by Glauber de Oliveira Costa. Couldn't test it though on ppc.

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


Changeset:
Modified: trunk/uClibc/include/libc-internal.h
===================================================================
--- trunk/uClibc/include/libc-internal.h	2005-09-27 21:37:03 UTC (rev 11671)
+++ trunk/uClibc/include/libc-internal.h	2005-09-27 21:42:39 UTC (rev 11672)
@@ -100,6 +100,9 @@
 # define attribute_relro
 #endif
 
+/* Pull in things like __attribute_used__ */
+#include <sys/cdefs.h>
+
 /* --- this is added to integrate linuxthreads */
 #define __USE_UNIX98            1
 




More information about the uClibc-cvs mailing list