diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-04-02 13:11:24 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-04-02 13:11:24 +0000 |
commit | d0fc4041fec47665faff6ac1f51d71829f2dc30a (patch) | |
tree | 05903e496ef9bf3d13040f1359fb93f6f47d5e53 /elf/dl-load.c | |
parent | b60816b132df005889c2e563f935bddf110dfcb3 (diff) | |
download | glibc-d0fc4041fec47665faff6ac1f51d71829f2dc30a.tar glibc-d0fc4041fec47665faff6ac1f51d71829f2dc30a.tar.gz glibc-d0fc4041fec47665faff6ac1f51d71829f2dc30a.tar.bz2 glibc-d0fc4041fec47665faff6ac1f51d71829f2dc30a.zip |
Update.
* intl/finddomain.c: Likewise.
* intl/gettextP.h: Likewise.
* intl/loadmsgcat.c: Likewise.
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) { |