summaryrefslogtreecommitdiff
path: root/ldso/include/ldso.h
diff options
context:
space:
mode:
Diffstat (limited to 'ldso/include/ldso.h')
-rwxr-xr-xldso/include/ldso.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/ldso/include/ldso.h b/ldso/include/ldso.h
index a2c3ec040..061d8a536 100755
--- a/ldso/include/ldso.h
+++ b/ldso/include/ldso.h
@@ -34,7 +34,6 @@
#include <stdarg.h>
#include <stddef.h> /* for ptrdiff_t */
#include <stdbool.h>
-#if !defined(_FCNTL_H)
#define _FCNTL_H
/* We need this if arch has only new syscalls defined */
#ifndef AT_FDCWD
@@ -191,11 +190,8 @@ extern void *_dl_get_ready_to_run(struct elf_resolve *tpnt, DL_LOADADDR_TYPE loa
#include <dl-elf.h>
#endif
-#endif /* _FCNTL_H */
-#define AUX_MAX_AT_ID 40
-extern ElfW(auxv_t) _dl_auxvt[AUX_MAX_AT_ID]; /* Cache frequently accessed auxiliary vector entries */
-extern ElfW(auxv_t) *_dl_auxv_start; /* Start of the auxiliary vector */
+#include <dl-auxvt.h>
void load_vdso(void *sys_info_ehdr, char **envp );