mirror of
https://github.com/systemd/systemd.git
synced 2025-03-19 22:50:17 +03:00
sd-bus: export sd_bus_call{,_async,_async_cancel}
The .sym file somehow lacks these declarations, so add these. You have to run "make clean" to make sure the sym-test runs fine afterwards.
This commit is contained in:
parent
63ffa72022
commit
a020c2a013
@ -112,6 +112,9 @@ global:
|
||||
sd_bus_get_name;
|
||||
sd_bus_send;
|
||||
sd_bus_send_to;
|
||||
sd_bus_call;
|
||||
sd_bus_call_async;
|
||||
sd_bus_call_async_cancel;
|
||||
sd_bus_get_fd;
|
||||
sd_bus_get_events;
|
||||
sd_bus_get_timeout;
|
||||
|
Loading…
x
Reference in New Issue
Block a user