From 2af0aaf1c0ae5ed331eb560acde54d076c2198e5 Mon Sep 17 00:00:00 2001 From: midipix Date: Wed, 18 Dec 2019 16:27:44 +0000 Subject: lt_dlopenadvise(): initial implementation (with a no-op advise parameter). --- src/core/lt_path.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src') diff --git a/src/core/lt_path.c b/src/core/lt_path.c index b0335de..37fec79 100644 --- a/src/core/lt_path.c +++ b/src/core/lt_path.c @@ -402,3 +402,9 @@ struct lt_modctx * lt_dlopenext(const char * module) lt_sunlock(0); return modctx; } + +struct lt_modctx * lt_dlopenadvise(const char * module, struct lt_modctl * modctl) +{ + (void)modctl; + return lt_dlopenext(module); +} -- cgit v1.2.3