Skip to content

Commit 557afad

Browse files
committed
libsystemd: install sd-path.h and export sd_path_lookup{,_strv}
Those are not terribly imporant functions, but we have them, and there's no reason not to export them.
1 parent 3919ecc commit 557afad

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

src/libsystemd/libsystemd.sym

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -697,3 +697,9 @@ global:
697697
sd_event_source_send_child_signal;
698698
sd_journal_open_namespace;
699699
} LIBSYSTEMD_243;
700+
701+
LIBSYSTEMD_246 {
702+
global:
703+
sd_path_lookup;
704+
sd_path_lookup_strv;
705+
} LIBSYSTEMD_245;

src/systemd/meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ _systemd_headers = '''
1212
sd-journal.h
1313
sd-login.h
1414
sd-messages.h
15+
sd-path.h
1516
'''.split()
1617

1718
# https://github.com/mesonbuild/meson/issues/1633
@@ -30,7 +31,6 @@ _not_installed_headers = '''
3031
sd-ndisc.h
3132
sd-netlink.h
3233
sd-network.h
33-
sd-path.h
3434
sd-radv.h
3535
sd-resolve.h
3636
sd-utf8.h

0 commit comments

Comments
 (0)