aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/link.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/link.h b/include/link.h
index 5aba874..0ae0526 100644
--- a/include/link.h
+++ b/include/link.h
@@ -236,8 +236,7 @@ struct link_map
struct
{
const ElfW(Sym) *sym;
- int noexec;
- int noplt;
+ int type_class;
#ifdef DL_LOOKUP_RETURNS_MAP
struct link_map *value;
#else