diff options
-rw-r--r-- | ldso/ldso/sh/dl-startup.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ldso/ldso/sh/dl-startup.h b/ldso/ldso/sh/dl-startup.h index 78e844a64..429c0e6eb 100644 --- a/ldso/ldso/sh/dl-startup.h +++ b/ldso/ldso/sh/dl-startup.h @@ -18,7 +18,7 @@ asm("" \ " .previous\n" \ ); -#define DL_BOOT(X) static void __attribute_used__ _dl_boot2 (X) +#define DL_BOOT(X) static void* __attribute_used__ _dl_boot2 (X) /* * Get a pointer to the argv array. On many platforms this can be just |