summaryrefslogtreecommitdiff
path: root/man/rules
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2022-09-28 11:42:05 +0200
committerLennart Poettering <lennart@poettering.net>2022-09-30 14:18:43 +0200
commitbaf3fdec27f0b3a1f3d39c7def2a778824cbee51 (patch)
treef16f0dc257b7d71e868827732391523dbc142175 /man/rules
parent897448bd3753eab2c7b411221cfc33b283ae67a5 (diff)
downloadsystemd-baf3fdec27f0b3a1f3d39c7def2a778824cbee51.tar.gz
sd-event: add helper for exiting event loop on SIGTERM/SIGINT
In many (most?) of our event loops we want to exit once SIGTERM/SIGINT is seen. Add a common helper for that, that does the right things in a single call.
Diffstat (limited to 'man/rules')
-rw-r--r--man/rules/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/man/rules/meson.build b/man/rules/meson.build
index 7f4a42b139..4a497d59c4 100644
--- a/man/rules/meson.build
+++ b/man/rules/meson.build
@@ -583,6 +583,7 @@ manpages = [
''],
['sd_event_now', '3', [], ''],
['sd_event_run', '3', ['sd_event_loop'], ''],
+ ['sd_event_set_signal_exit', '3', [], ''],
['sd_event_set_watchdog', '3', ['sd_event_get_watchdog'], ''],
['sd_event_source_get_event', '3', [], ''],
['sd_event_source_get_pending', '3', [], ''],