1
0
mirror of https://github.com/systemd/systemd.git synced 2025-03-01 08:58:29 +03:00

sd-event: add missing symbol, sd_event_source_set_io_fd

This appears to have been omitted in 30caf8f3afd29da8 when the
the function was added.
This commit is contained in:
Dave Reisner 2014-01-03 21:15:00 -05:00
parent e3d563346c
commit 49002eb5f6

View File

@ -254,6 +254,7 @@ global:
sd_event_source_get_userdata;
sd_event_source_set_userdata;
sd_event_source_get_io_fd;
sd_event_source_set_io_fd;
sd_event_source_get_io_events;
sd_event_source_set_io_events;
sd_event_source_get_io_revents;