summaryrefslogtreecommitdiff
path: root/ldso/ldso/x86_64/dl-startup.h
diff options
context:
space:
mode:
Diffstat (limited to 'ldso/ldso/x86_64/dl-startup.h')
-rw-r--r--ldso/ldso/x86_64/dl-startup.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/ldso/ldso/x86_64/dl-startup.h b/ldso/ldso/x86_64/dl-startup.h
index 94d7fd41e..d58da554b 100644
--- a/ldso/ldso/x86_64/dl-startup.h
+++ b/ldso/ldso/x86_64/dl-startup.h
@@ -63,8 +63,3 @@ void PERFORM_BOOTSTRAP_RELOC(ELF_RELOC *rpnt, ElfW(Addr) *reloc_addr,
_dl_exit(1);
}
}
-
-/* Transfer control to the user's application, once the dynamic loader is
- * done. This routine has to exit the current function, then call the
- * _dl_elf_main function. */
-#define START() return _dl_elf_main