Stefan Knoblich 4ed7cd977a esl: Don't abort the esl_listen() loop(s) if accept() returns with errno == EINTR
ivrd doesn't use sigaction + SA_RESTART for SIGCHILD. An exiting
child process will interrupt accept() in the parent to handle
the signal, which makes accept() return -1 (errno = EINTR) after
the sighandler function returns.

Signed-off-by: Stefan Knoblich <stkn@openisdn.net>
2013-06-07 05:42:45 +00:00
..
2013-05-14 07:44:48 -05:00
2012-12-20 20:21:43 -06:00
2012-04-04 16:18:53 -05:00
2012-07-14 20:23:13 -05:00
2012-09-16 14:21:30 -05:00
2012-08-13 15:20:41 -05:00
2013-05-29 02:48:23 +00:00
2013-04-08 19:41:14 -05:00