1
0
mirror of https://github.com/systemd/systemd.git synced 2025-02-01 09:47:35 +03:00

man: document that using sd_journal APIs might cause dlopen to happen

This commit is contained in:
Luca Boccassi 2024-03-31 14:22:54 +01:00
parent 3799fa803e
commit 5aa8180392

View File

@ -86,6 +86,17 @@
— are fully thread-safe and may be called from multiple threads in parallel.</para>
</refsect1>
<refsect1>
<title>Optional dependencies</title>
<para>Depending on which build-time options are enabled, functions that operate on
<structname>sd_journal</structname> objects might cause optional shared libraries to be dynamically
loaded via
<citerefentry project='man7'><refentrytitle>dlopen</refentrytitle><manvolnum>3</manvolnum></citerefentry>,
such as decompression libraries (xz, lz4, zstd) or cryptographic libraries (gcrypt).
</para>
</refsect1>
<xi:include href="libsystemd-pkgconfig.xml" />
<refsect1>