summaryrefslogtreecommitdiff
path: root/ldso/ldso/dl-startup.c
diff options
context:
space:
mode:
Diffstat (limited to 'ldso/ldso/dl-startup.c')
-rw-r--r--ldso/ldso/dl-startup.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ldso/ldso/dl-startup.c b/ldso/ldso/dl-startup.c
index 6a131633a..f40207996 100644
--- a/ldso/ldso/dl-startup.c
+++ b/ldso/ldso/dl-startup.c
@@ -90,7 +90,7 @@
#include "ldso.h"
-/* Some arches may need to override this in boot1_arch.h */
+/* Some arches may need to override this in dl-startup.h */
#define ELFMAGIC ELFMAG
/* This is a poor man's malloc, used prior to resolving our internal poor man's malloc */
@@ -102,7 +102,7 @@
#define REALIGN() malloc_buffer = (char *) (((unsigned long) malloc_buffer + 3) & ~(3))
/* Pull in all the arch specific stuff */
-#include "boot1_arch.h"
+#include "dl-startup.h"
/* Static declarations */
int (*_dl_elf_main) (int, char **, char **);