aboutsummaryrefslogtreecommitdiff
path: root/elf/dl-load.c
diff options
context:
space:
mode:
Diffstat (limited to 'elf/dl-load.c')
-rw-r--r--elf/dl-load.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/elf/dl-load.c b/elf/dl-load.c
index f42cb61..24ac6f0 100644
--- a/elf/dl-load.c
+++ b/elf/dl-load.c
@@ -750,6 +750,9 @@ _dl_map_object_from_fd (const char *name, int fd, struct filebuf *fbp,
{
struct link_map *l = NULL;
+ auto inline caddr_t map_segment (ElfW(Addr) mapstart, size_t len,
+ int prot, int fixed, off_t offset);
+
inline caddr_t map_segment (ElfW(Addr) mapstart, size_t len,
int prot, int fixed, off_t offset)
{