]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
libsystemd: sd_journal_get_seqnum() must be tagged with 254 symver, not 253
authorLennart Poettering <lennart@poettering.net>
Fri, 24 Feb 2023 10:15:46 +0000 (11:15 +0100)
committerLennart Poettering <lennart@poettering.net>
Fri, 24 Feb 2023 12:49:45 +0000 (13:49 +0100)
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.

src/libsystemd/libsystemd.sym

index 8b5edabb75eb4749000381a89318cdb5bab4b3a5..6ac6c7cef891a04fff1f6abaf1d81ce326a80b47 100644 (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;