summaryrefslogtreecommitdiff
path: root/src/internal/slibtool_ar_impl.h
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2024-01-28 04:42:55 +0000
committermidipix <writeonce@midipix.org>2024-01-28 07:25:29 +0000
commit7fe83d363d5fd2d27b5c44b95c3a50c493ce7876 (patch)
tree63d39c358a5e9e104f3597f169ccdef7a0fc256b /src/internal/slibtool_ar_impl.h
parentd6b3d71e6fd9e93fa15c76d4448594f80260b341 (diff)
downloadslibtool-7fe83d363d5fd2d27b5c44b95c3a50c493ce7876.tar.bz2
slibtool-7fe83d363d5fd2d27b5c44b95c3a50c493ce7876.tar.xz
struct ar_meta_armap_common_{32|64}: added the ar_symrefs member.
Diffstat (limited to 'src/internal/slibtool_ar_impl.h')
-rw-r--r--src/internal/slibtool_ar_impl.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/internal/slibtool_ar_impl.h b/src/internal/slibtool_ar_impl.h
index b96b77b..48cdec8 100644
--- a/src/internal/slibtool_ar_impl.h
+++ b/src/internal/slibtool_ar_impl.h
@@ -8,6 +8,8 @@
extern const struct argv_option slbt_ar_options[];
struct ar_armaps_impl {
+ struct ar_meta_armap_ref_32 * armap_symrefs_32;
+ struct ar_meta_armap_ref_64 * armap_symrefs_64;
struct ar_raw_armap_bsd_32 armap_bsd_32;
struct ar_raw_armap_bsd_64 armap_bsd_64;
struct ar_raw_armap_sysv_32 armap_sysv_32;