OSDN Git Service

Patch from Joakim Tjernlund to get rid of an annoying warning.
authorEric Andersen <andersen@codepoet.org>
Tue, 27 Jan 2004 07:37:12 +0000 (07:37 -0000)
committerEric Andersen <andersen@codepoet.org>
Tue, 27 Jan 2004 07:37:12 +0000 (07:37 -0000)
ldso/ldso/powerpc/boot1_arch.h
ldso/ldso/powerpc/dl-startup.h

index 2f54ed9..e50e8ea 100644 (file)
@@ -18,5 +18,5 @@ asm("" \
 );
 
 #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)
 
index 2f54ed9..e50e8ea 100644 (file)
@@ -18,5 +18,5 @@ asm("" \
 );
 
 #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)