summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2015-10-07 17:04:39 +0200
committerLennart Poettering <lennart@poettering.net>2015-10-07 17:04:39 +0200
commit24645b333d1f3f2477583cd16975c673939cf1be (patch)
tree1bdc3659fb5da7c0cb30f6b9a0df536a7c95b432
parent44f169accf61df2f81cf41aef7a55553055795ad (diff)
build-sys: add sd_listen_fds_with_name() to .sym file
-rw-r--r--src/libsystemd/libsystemd.sym1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libsystemd/libsystemd.sym b/src/libsystemd/libsystemd.sym
index 843a1e9880..043ff13e6f 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;