summaryrefslogtreecommitdiff
path: root/elf/link.h
diff options
context:
space:
mode:
Diffstat (limited to 'elf/link.h')
-rw-r--r--elf/link.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/elf/link.h b/elf/link.h
index 4abcb49070..5e9d7a8868 100644
--- a/elf/link.h
+++ b/elf/link.h
@@ -199,6 +199,9 @@ struct link_map
object is the same as one already loaded. */
dev_t l_dev;
ino_t l_ino;
+
+ /* Nonzero if the data structure pointed to by `l_phdr' is allocated. */
+ int l_phdr_allocated;
};
#endif /* link.h */