diff options
Diffstat (limited to 'elf/dl-load.c')
-rw-r--r-- | elf/dl-load.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/elf/dl-load.c b/elf/dl-load.c index 7d3ff0cc22..de940b2122 100644 --- a/elf/dl-load.c +++ b/elf/dl-load.c @@ -303,6 +303,7 @@ decompose_rpath (const char *rpath, size_t additional_room, void +internal_function _dl_init_paths (const char *llp) { static const char *system_dirs[] = @@ -979,6 +980,7 @@ open_path (const char *name, size_t namelen, int preloaded, /* Map in the shared object file NAME. */ struct link_map * +internal_function _dl_map_object (struct link_map *loader, const char *name, int preloaded, int type, int trace_mode) { |