summaryrefslogtreecommitdiff
path: root/elf/dl-object.c
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1998-04-02 13:11:24 +0000
committerUlrich Drepper <drepper@redhat.com>1998-04-02 13:11:24 +0000
commitd0fc4041fec47665faff6ac1f51d71829f2dc30a (patch)
tree05903e496ef9bf3d13040f1359fb93f6f47d5e53 /elf/dl-object.c
parentb60816b132df005889c2e563f935bddf110dfcb3 (diff)
Update.
* intl/finddomain.c: Likewise. * intl/gettextP.h: Likewise. * intl/loadmsgcat.c: Likewise.
Diffstat (limited to 'elf/dl-object.c')
-rw-r--r--elf/dl-object.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/elf/dl-object.c b/elf/dl-object.c
index 3705dd47ce..ed4b059754 100644
--- a/elf/dl-object.c
+++ b/elf/dl-object.c
@@ -31,6 +31,7 @@ struct link_map *_dl_default_scope[5];
and enter it into the _dl_loaded list. */
struct link_map *
+internal_function
_dl_new_object (char *realname, const char *libname, int type)
{
struct link_map *new = malloc (sizeof *new);