summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/slibtool/slibtool.h2
-rw-r--r--src/driver/slbt_driver_ctx.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/include/slibtool/slibtool.h b/include/slibtool/slibtool.h
index 4238dbc..b36d964 100644
--- a/include/slibtool/slibtool.h
+++ b/include/slibtool/slibtool.h
@@ -301,7 +301,7 @@ struct slbt_common_ctx {
const char * rpath;
const char * sysroot;
const char * release;
- const char * symfile;
+ const char * expsyms;
const char * regex;
const char * user;
};
diff --git a/src/driver/slbt_driver_ctx.c b/src/driver/slbt_driver_ctx.c
index be7dfba..11d4e4d 100644
--- a/src/driver/slbt_driver_ctx.c
+++ b/src/driver/slbt_driver_ctx.c
@@ -714,7 +714,7 @@ int slbt_get_driver_ctx(
break;
case TAG_EXPSYMS_FILE:
- cctx.symfile = entry->arg;
+ cctx.expsyms = entry->arg;
break;
case TAG_EXPSYMS_REGEX: