diff options
author | June McEnroe <june@causal.agency> | 2020-05-11 16:36:31 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2020-05-11 16:36:31 -0400 |
commit | e6ca38288f38707fda5f29f5308d089a54551110 (patch) | |
tree | 7c09a5dba301879ce21f44aca0158a77ddd3ea97 /config.c | |
parent | Use . as ${LDLIBS.$@} separator (diff) | |
download | pounce-e6ca38288f38707fda5f29f5308d089a54551110.tar.gz pounce-e6ca38288f38707fda5f29f5308d089a54551110.zip |
Check signals after handling ready sockets
In the case where a signal arrives while handling a ready socket, it should be handled as soon as possible, rather than waiting for poll to return again. Signals will still be handled immediately if poll returns -1 due to EINTR.
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions