소스 검색

Patch from Joakim Tjernlund to get rid of an annoying warning.

Eric Andersen 21 년 전
부모
커밋
442057f0d3
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      ldso/ldso/powerpc/boot1_arch.h
  2. 1 1
      ldso/ldso/powerpc/dl-startup.h

+ 1 - 1
ldso/ldso/powerpc/boot1_arch.h

@@ -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)
 

+ 1 - 1
ldso/ldso/powerpc/dl-startup.h

@@ -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)