[uClibc-cvs] uClibc/ldso/ldso/powerpc boot1_arch.h,1.5,1.6

Erik Andersen andersen at uclibc.org
Tue Jan 27 07:37:15 UTC 2004


Update of /var/cvs/uClibc/ldso/ldso/powerpc
In directory nail:/tmp/cvs-serv7621/powerpc

Modified Files:
	boot1_arch.h 
Log Message:
Patch from Joakim Tjernlund to get rid of an annoying warning.


Index: boot1_arch.h
===================================================================
RCS file: /var/cvs/uClibc/ldso/ldso/powerpc/boot1_arch.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- boot1_arch.h	20 Jan 2004 17:44:17 -0000	1.5
+++ boot1_arch.h	27 Jan 2004 07:37:12 -0000	1.6
@@ -18,5 +18,5 @@
 );
 
 #define _dl_boot _dl_boot2
-#define LD_BOOT(X)   static void *  __attribute__ ((unused)) _dl_boot (X)
+#define LD_BOOT(X) static void __attribute__ ((unused)) _dl_boot (X)
 




More information about the uClibc-cvs mailing list