]> git.ipfire.org Git - thirdparty/systemd.git/commit
basic,shared: move dlopen helpers to shared/
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Mon, 21 Jun 2021 21:28:46 +0000 (23:28 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 24 Jun 2021 08:05:50 +0000 (10:05 +0200)
commit2d32453bc808a061a45bc5d345746a7c99b4b52f
tree126eae7343c9a45e0470876976e327fa83d7e7a7
parent6a818c3cb4cba768dc42efa84db2fbd938f5def0
basic,shared: move dlopen helpers to shared/

This was added in 88d775b734644f26fb490836769c2bc275498fde,
with the apparent intent of using in shared/ and the rest of our code.
It doesn't matter much for our code, since libdl is part of glibc anyway,
but moving it removes one linkage from libsystemd. (libshared was already
linking to libdl explicitly).
src/basic/meson.build
src/shared/dlfcn-util.c [moved from src/basic/dlfcn-util.c with 100% similarity]
src/shared/dlfcn-util.h [moved from src/basic/dlfcn-util.h with 100% similarity]
src/shared/meson.build