chiark / gitweb /
everywhere: port everything to sigprocmask_many() and friends
authorLennart Poettering <lennart@poettering.net>
Mon, 15 Jun 2015 18:13:23 +0000 (20:13 +0200)
committerSven Eden <yamakuzure@gmx.net>
Tue, 14 Mar 2017 09:03:02 +0000 (10:03 +0100)
commitd896ac2d2fbce41a0b11a0618a685adeaf18b8fe
treecc90162919ed5f2359055ec5ab725c629cd070cd
parent75f28e3cd94d18d7fc437714de032ac087b46d6b
everywhere: port everything to sigprocmask_many() and friends

This ports a lot of manual code over to sigprocmask_many() and friends.

Also, we now consistly check for sigprocmask() failures with
assert_se(), since the call cannot realistically fail unless there's a
programming error.

Also encloses a few sd_event_add_signal() calls with (void) when we
ignore the return values for it knowingly.
src/libelogind/sd-event/test-event.c
src/login/logind.c
src/shared/ask-password-api.c
src/shared/signal-util.c
src/shared/signal-util.h