diff options
Diffstat (limited to 'elf/dl-support.c')
-rw-r--r-- | elf/dl-support.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/elf/dl-support.c b/elf/dl-support.c index ec0bbb2..d2c8738 100644 --- a/elf/dl-support.c +++ b/elf/dl-support.c @@ -72,6 +72,8 @@ int _dl_bind_not; /* Initially empty list of loaded objects. */ struct link_map *_dl_loaded; +/* Number of object in the _dl_loaded list. */ +unsigned int _dl_nloaded; /* Fake scope. In dynamically linked binaries this is the scope of the main application but here we don't have something like this. So |