svn commit: trunk/uClibc/ldso/include

sjhill at uclibc.org sjhill at uclibc.org
Fri Sep 23 03:15:10 UTC 2005


Author: sjhill
Date: 2005-09-22 20:15:09 -0700 (Thu, 22 Sep 2005)
New Revision: 11585

Log:
I really really HATE gcc-4.1 and its whimsical inline rules.


Modified:
   trunk/uClibc/ldso/include/dl-string.h


Changeset:
Modified: trunk/uClibc/ldso/include/dl-string.h
===================================================================
--- trunk/uClibc/ldso/include/dl-string.h	2005-09-22 22:11:11 UTC (rev 11584)
+++ trunk/uClibc/ldso/include/dl-string.h	2005-09-23 03:15:09 UTC (rev 11585)
@@ -134,7 +134,7 @@
     } while (1);
 }
 
-static inline void * _dl_memcpy(void * dst, const void * src, size_t len)
+static __always_inline void * _dl_memcpy(void * dst, const void * src, size_t len)
 {
 	register char *a = dst-1;
 	register const char *b = src-1;




More information about the uClibc-cvs mailing list