Explorar o código

Corrected LD_BOOT macro

Tobias Anderberg %!s(int64=22) %!d(string=hai) anos
pai
achega
53c3b3fdec
Modificáronse 2 ficheiros con 2 adicións e 2 borrados
  1. 1 1
      ldso/ldso/cris/boot1_arch.h
  2. 1 1
      ldso/ldso/cris/dl-startup.h

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

@@ -14,4 +14,4 @@ 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/cris/dl-startup.h

@@ -14,4 +14,4 @@ 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)