From: Lucas De Marchi Date: Thu, 22 Jan 2015 00:59:45 +0000 (-0200) Subject: build: export symbols to integrate mainloops X-Git-Tag: v219~366 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=3a5afdec90a08b1eb6dfeab667783849204ee8bd;p=elogind.git build: export symbols to integrate mainloops --- diff --git a/src/libsystemd/libsystemd.sym.m4 b/src/libsystemd/libsystemd.sym.m4 index 19a49f45d..41418b99f 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;