diff options
author | Lennart Poettering <lennart@poettering.net> | 2015-10-07 17:04:39 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2015-10-07 17:04:39 +0200 |
commit | 24645b333d1f3f2477583cd16975c673939cf1be (patch) | |
tree | 1bdc3659fb5da7c0cb30f6b9a0df536a7c95b432 /src | |
parent | 44f169accf61df2f81cf41aef7a55553055795ad (diff) |
build-sys: add sd_listen_fds_with_name() to .sym file
Diffstat (limited to 'src')
-rw-r--r-- | src/libsystemd/libsystemd.sym | 1 |
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; |