summaryrefslogtreecommitdiff
path: root/include/link.h
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-10-24 07:24:28 +0000
committerUlrich Drepper <drepper@redhat.com>2000-10-24 07:24:28 +0000
commit69c3325490f56db660b349d7c04daab6aaea1bf1 (patch)
tree0587107c56039f0ecdd010afe994b35cba3fad53 /include/link.h
parente6d8aef870271e3bb6beaebb4c251acbd39ed4f5 (diff)
(struct link_map): Add l_idx field.
Diffstat (limited to 'include/link.h')
-rw-r--r--include/link.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/link.h b/include/link.h
index bb931f2607..5cb7f24dc8 100644
--- a/include/link.h
+++ b/include/link.h
@@ -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 */