]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
(struct link_map): Add l_idx field.
authorUlrich Drepper <drepper@redhat.com>
Tue, 24 Oct 2000 07:24:28 +0000 (07:24 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 24 Oct 2000 07:24:28 +0000 (07:24 +0000)
include/link.h

index bb931f2607b4a749c7a3fa88862fb4af555d404b..5cb7f24dc88b3fec12ae8088f61e86d216928931 100644 (file)
@@ -230,6 +230,9 @@ struct link_map
     /* Various flag words.  */
     ElfW(Word) l_feature_1;
     ElfW(Word) l_flags_1;
+
+    /* Temporarily used in `dl_close'.  */
+    unsigned int l_idx;
   };
 
 #endif /* link.h */