diff options
Diffstat (limited to 'elf/dl-support.c')
-rw-r--r-- | elf/dl-support.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/elf/dl-support.c b/elf/dl-support.c index 59a8dd9b97..bcf0e2a560 100644 --- a/elf/dl-support.c +++ b/elf/dl-support.c @@ -70,6 +70,7 @@ int _dl_bind_not; /* Namespace information. */ struct link_namespaces _dl_ns[DL_NNS]; +size_t _dl_nns; /* Incremented whenever something may have been added to dl_loaded. */ unsigned long long _dl_load_adds; |