1
0
mirror of https://github.com/systemd/systemd.git synced 2025-01-26 14:04:03 +03:00

libsystemd: sd_journal_get_seqnum() must be tagged with 254 symver, not 253

This is a follow-up for b1712fabd1702640b04b0acdbba2d78294313a4d which
was prepped for 253, but merged into early 254 development cycle. It
thus had the symbol it adds at the wrong symver. Fix thta.
This commit is contained in:
Lennart Poettering 2023-02-24 11:15:46 +01:00
parent e1e6d5f353
commit ccacde77f3

View File

@ -810,11 +810,11 @@ global:
sd_pidfd_get_unit;
sd_pidfd_get_user_slice;
sd_pidfd_get_user_unit;
sd_journal_get_seqnum;
} LIBSYSTEMD_252;
LIBSYSTEMD_254 {
global:
sd_journal_get_seqnum;
sd_session_get_username;
sd_session_get_start_time;
} LIBSYSTEMD_253;