summaryrefslogtreecommitdiff
path: root/ldso/ldso/powerpc/dl-startup.h
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2004-01-27 07:37:12 +0000
committerEric Andersen <andersen@codepoet.org>2004-01-27 07:37:12 +0000
commit442057f0d3f933fda14a3cdde19349211f763b4c (patch)
treeeabfee98f782e1f1a5eda68b500d05e3dd35201f /ldso/ldso/powerpc/dl-startup.h
parent2e6cfb475a941a7b6429c71b245f5452909437dd (diff)
Patch from Joakim Tjernlund to get rid of an annoying warning.
Diffstat (limited to 'ldso/ldso/powerpc/dl-startup.h')
-rw-r--r--ldso/ldso/powerpc/dl-startup.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ldso/ldso/powerpc/dl-startup.h b/ldso/ldso/powerpc/dl-startup.h
index 2f54ed9d9..e50e8eabd 100644
--- a/ldso/ldso/powerpc/dl-startup.h
+++ b/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)