From 81db5297dd4133268b39ccceed85edb21b9eea5a Mon Sep 17 00:00:00 2001 From: midipix Date: Sun, 17 Feb 2019 11:23:55 -0500 Subject: mdso_specs.h: struct mdso_sym_entry: fix reference to the dso meta record. --- include/mdso/mdso_specs.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/mdso/mdso_specs.h b/include/mdso/mdso_specs.h index d552b8a..06126a7 100644 --- a/include/mdso/mdso_specs.h +++ b/include/mdso/mdso_specs.h @@ -16,7 +16,7 @@ #define MDSO_FLAG_SYSTEM32 0x0008 struct mdso_arg; -struct mdso_meta_table; +struct mdso_meta_record; struct mdso_hash_table; struct mdso_sym_table; @@ -35,7 +35,7 @@ struct mdso_ref_entry { struct mdso_sym_entry { char * string; - struct mdso_meta_table * meta; + struct mdso_meta_record * meta; }; struct mdso_meta_record { -- cgit v1.2.3