From ca19dedb566f18e3b7c455aec61d951f5d31ea18 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Fri, 28 Aug 2020 19:52:36 +0200 Subject: [PATCH] sym: fix bad symbol file addition The next release is 247, not 248. A follow-up for 2b07ec316a0e25a3e10c270c7f6baee9e0187bf8 --- src/libsystemd/libsystemd.sym | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/libsystemd/libsystemd.sym b/src/libsystemd/libsystemd.sym index e2b0d118b0..a3659d00b3 100644 --- a/src/libsystemd/libsystemd.sym +++ b/src/libsystemd/libsystemd.sym @@ -726,9 +726,6 @@ LIBSYSTEMD_247 { global: sd_event_add_time_relative; sd_event_source_set_time_relative; -} LIBSYSTEMD_246; -LIBSYSTEMD_248 { -global: sd_bus_error_has_names_sentinel; -} LIBSYSTEMD_247; +} LIBSYSTEMD_246;