]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
libsystemd: install sd-path.h and export sd_path_lookup{,_strv}
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Mon, 23 Mar 2020 19:37:47 +0000 (20:37 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Fri, 27 Mar 2020 19:12:44 +0000 (20:12 +0100)
Those are not terribly imporant functions, but we have them, and there's
no reason not to export them.

src/libsystemd/libsystemd.sym
src/systemd/meson.build

index 8b6ebbcf8bf6ca42369ef576d68a86a3295d134e..2c1bcab576f16a4079b97d20697b80349ea8d00a 100644 (file)
@@ -697,3 +697,9 @@ global:
         sd_event_source_send_child_signal;
         sd_journal_open_namespace;
 } LIBSYSTEMD_243;
+
+LIBSYSTEMD_246 {
+global:
+        sd_path_lookup;
+        sd_path_lookup_strv;
+} LIBSYSTEMD_245;
index 05196554ac0a11e5c2fa24973da2439ae2f0c8a5..63d0829b67dcb9941442a1e4e19525e1401b1201 100644 (file)
@@ -12,6 +12,7 @@ _systemd_headers = '''
         sd-journal.h
         sd-login.h
         sd-messages.h
+        sd-path.h
 '''.split()
 
 # https://github.com/mesonbuild/meson/issues/1633
@@ -30,7 +31,6 @@ _not_installed_headers = '''
         sd-ndisc.h
         sd-netlink.h
         sd-network.h
-        sd-path.h
         sd-radv.h
         sd-resolve.h
         sd-utf8.h