From 551500bc329826026634c6ecefa9fcc9074281fd Mon Sep 17 00:00:00 2001 From: midipix Date: Mon, 30 Jul 2018 12:04:46 +0000 Subject: mdso_output_export_symbols(): revised API and impl. to use fdctx and pure fdio. --- src/driver/mdso_amain.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/driver') diff --git a/src/driver/mdso_amain.c b/src/driver/mdso_amain.c index 02daefb..ee02363 100644 --- a/src/driver/mdso_amain.c +++ b/src/driver/mdso_amain.c @@ -54,8 +54,7 @@ static void mdso_perform_unit_actions( struct mdso_unit_ctx * uctx) { if (uctx->cctx->fmtflags & MDSO_OUTPUT_EXPORT_SYMS) - mdso_output_export_symbols( - dctx,uctx,stdout); + mdso_output_export_symbols(dctx,uctx); } static int mdso_exit(struct mdso_driver_ctx * dctx, int ret) -- cgit v1.2.3