From: Lennart Poettering Date: Wed, 7 Oct 2015 15:04:39 +0000 (+0200) Subject: build-sys: add sd_listen_fds_with_name() to .sym file X-Git-Tag: v227~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=24645b333d1f3f2477583cd16975c673939cf1be;p=thirdparty%2Fsystemd.git build-sys: add sd_listen_fds_with_name() to .sym file --- diff --git a/src/libsystemd/libsystemd.sym b/src/libsystemd/libsystemd.sym index 843a1e9880d..043ff13e6f8 100644 --- a/src/libsystemd/libsystemd.sym +++ b/src/libsystemd/libsystemd.sym @@ -479,4 +479,5 @@ global: sd_bus_default_flush_close; sd_bus_path_decode_many; sd_bus_path_encode_many; + sd_listen_fds_with_names; } LIBSYSTEMD_226;