diff options
author | Tobias Anderberg <tobias.anderberg@axis.com> | 2003-09-19 12:11:43 +0000 |
---|---|---|
committer | Tobias Anderberg <tobias.anderberg@axis.com> | 2003-09-19 12:11:43 +0000 |
commit | 53c3b3fdec8cf022cfbf90acdebe459358fc70a7 (patch) | |
tree | e1943d24b30fc264cdc05961a6cfdfd690dd9dcd | |
parent | a63a0cd9bf4c20f80a140e38c39d35bbc825789a (diff) |
Corrected LD_BOOT macro
-rw-r--r-- | ldso/ldso/cris/boot1_arch.h | 2 | ||||
-rw-r--r-- | ldso/ldso/cris/dl-startup.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ldso/ldso/cris/boot1_arch.h b/ldso/ldso/cris/boot1_arch.h index 6824076fb..9b4a8b52e 100644 --- a/ldso/ldso/cris/boot1_arch.h +++ b/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) diff --git a/ldso/ldso/cris/dl-startup.h b/ldso/ldso/cris/dl-startup.h index 6824076fb..9b4a8b52e 100644 --- a/ldso/ldso/cris/dl-startup.h +++ b/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) |