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-runtime.c | |
parent | b60816b132df005889c2e563f935bddf110dfcb3 (diff) | |
download | glibc-d0fc4041fec47665faff6ac1f51d71829f2dc30a.tar.gz glibc-d0fc4041fec47665faff6ac1f51d71829f2dc30a.tar.xz glibc-d0fc4041fec47665faff6ac1f51d71829f2dc30a.zip |
Update.
* intl/finddomain.c: Likewise. * intl/gettextP.h: Likewise. * intl/loadmsgcat.c: Likewise.
Diffstat (limited to 'elf/dl-runtime.c')
-rw-r--r-- | elf/dl-runtime.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/elf/dl-runtime.c b/elf/dl-runtime.c index cd414c3606..53601b809f 100644 --- a/elf/dl-runtime.c +++ b/elf/dl-runtime.c @@ -31,6 +31,7 @@ struct link_map **_dl_global_scope_end = &_dl_default_scope[3]; _dl_global_scope that should be passed to _dl_lookup_symbol for symbol references made in the object L's relocations. */ inline struct link_map ** +internal_function _dl_object_relocation_scope (struct link_map *l) { if (l->l_info[DT_SYMBOLIC]) |