diff options
Diffstat (limited to 'elf/dl-object.c')
-rw-r--r-- | elf/dl-object.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/elf/dl-object.c b/elf/dl-object.c index 986929ce20..eab8840985 100644 --- a/elf/dl-object.c +++ b/elf/dl-object.c @@ -67,6 +67,7 @@ _dl_new_object (char *realname, const char *libname, int type, } else _dl_loaded = new; + ++_dl_nloaded; /* This is our local scope. */ if (loader != NULL) { |