]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
build-sys: add sd_listen_fds_with_name() to .sym file
authorLennart Poettering <lennart@poettering.net>
Wed, 7 Oct 2015 15:04:39 +0000 (17:04 +0200)
committerLennart Poettering <lennart@poettering.net>
Wed, 7 Oct 2015 15:04:39 +0000 (17:04 +0200)
src/libsystemd/libsystemd.sym

index 843a1e9880da5fb41c3eb6b48c4af2e7ccd6683e..043ff13e6f8f3acac9c032e2cfc4d4c5b501df6a 100644 (file)
@@ -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;