mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-10 07:10:06 +00:00
Declare _nl_loaded.
This commit is contained in:
parent
6784ab920b
commit
74e61bb4e5
@ -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. */
|
||||
|
Loading…
Reference in New Issue
Block a user