[systemd-devel] [PATCH] build: export symbols to integrate mainloops

Lucas De Marchi lucas.de.marchi at gmail.com
Wed Jan 21 16:59:45 PST 2015


---
 src/libsystemd/libsystemd.sym.m4 | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/libsystemd/libsystemd.sym.m4 b/src/libsystemd/libsystemd.sym.m4
index 19a49f4..41418b9 100644
--- a/src/libsystemd/libsystemd.sym.m4
+++ b/src/libsystemd/libsystemd.sym.m4
@@ -382,6 +382,9 @@ global:
         sd_event_add_child;
         sd_event_add_defer;
         sd_event_add_exit;
+        sd_event_wait;
+        sd_event_prepare;
+        sd_event_dispatch;
         sd_event_run;
         sd_event_loop;
         sd_event_exit;
-- 
2.2.2



More information about the systemd-devel mailing list