Stefan Knoblich cb9090dc93 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-05-23 02:07:55 +02:00
..
2013-05-14 07:44:34 -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-04-08 10:42:08 -05:00
2013-04-26 08:41:49 -05:00
2013-04-10 12:50:19 -04:00
2013-04-06 01:10:13 +08:00
2013-04-14 21:18:48 -05:00
2013-04-08 19:14:57 -05:00