History log of /systemd/src/test/test-signal-util.c
Revision Date Author Comments Expand
0c5eb0562abec6f845f07c30b2ad2515900ec1e5 27-Jan-2016 Lennart Poettering <lennart@poettering.net>

nss: block various signals while running NSS lookups Let's make sure our poll() calls don't get interrupted where they shouldn't (SIGALRM, ...), but allow them to be interrupted where they should (SIGINT, ...). Fixes #1965