summaryrefslogtreecommitdiff
path: root/src/test/test-signal-util.c
AgeCommit message (Collapse)Author
2016-03-03tests: move signal-util related tests to test-signal-util.cRonny Chevalier
2016-01-27nss: block various signals while running NSS lookupsLennart Poettering
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