From: Lennart Poettering Date: Thu, 28 May 2020 21:25:51 +0000 (+0200) Subject: libsystemd: properly export new sd_notify_barrier() API call X-Git-Tag: v246-rc1~259^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=70d85863656012bdf004c28b7486db4517f919ad;p=thirdparty%2Fsystemd.git libsystemd: properly export new sd_notify_barrier() API call Follow-up for: 4f07ddfa9bc2242eaa6c288a15b8bce4e4383931 --- diff --git a/src/libsystemd/libsystemd.sym b/src/libsystemd/libsystemd.sym index cc396780ce8..6f00985f5d8 100644 --- a/src/libsystemd/libsystemd.sym +++ b/src/libsystemd/libsystemd.sym @@ -715,4 +715,6 @@ global: sd_path_lookup; sd_path_lookup_strv; + + sd_notify_barrier; } LIBSYSTEMD_245;