summaryrefslogtreecommitdiff
path: root/ldso/ldso/m68k/dl-startup.h
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2004-02-07 10:40:25 +0000
committerEric Andersen <andersen@codepoet.org>2004-02-07 10:40:25 +0000
commit3e02283942073ac7f43e63aae91b461bc825502e (patch)
treec7782cc93d9823e9136b6981c6feb961270122f8 /ldso/ldso/m68k/dl-startup.h
parent2e723e150ab9b11e658311d6dfe2a1c1e402b833 (diff)
Split off the stuff that cannot use function into its own file,
to make it easier to treat it specially while not bothering the rest of the code with the same constraints.
Diffstat (limited to 'ldso/ldso/m68k/dl-startup.h')
-rw-r--r--ldso/ldso/m68k/dl-startup.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ldso/ldso/m68k/dl-startup.h b/ldso/ldso/m68k/dl-startup.h
index cd1f016a6..bab0f8897 100644
--- a/ldso/ldso/m68k/dl-startup.h
+++ b/ldso/ldso/m68k/dl-startup.h
@@ -4,4 +4,4 @@
* can be done.
*/
-#define LD_BOOT(X) void _dl_boot (X)
+#define _dl_boot2 _dl_boot