Skip to content

Commit

Permalink
Declare _nl_loaded.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulrich Drepper committed Aug 16, 2000
1 parent 6784ab9 commit 74e61bb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sysdeps/generic/ldsodefs.h
Original file line number Diff line number Diff line change
Expand Up @@ -344,6 +344,8 @@ extern ElfW(Addr) _dl_symbol_value (struct link_map *map, const char *name)
extern struct link_map _dl_rtld_map;
/* And a pointer to the map for the main map. */
extern struct link_map *_dl_loaded;
/* Number of object in the _dl_loaded list. */
extern unsigned int _dl_nloaded;
/* Array representing global scope. */
extern struct r_scope_elem *_dl_global_scope[2];
/* Direct pointer to the searchlist of the main object. */
Expand Down

0 comments on commit 74e61bb

Please sign in to comment.