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
..
2011-09-06 16:30:04 -05:00
2012-07-11 11:10:24 -07:00
2011-09-06 16:30:04 -05:00
2011-09-06 16:30:04 -05:00
hrm
2010-02-15 21:32:37 +00:00
2010-02-04 22:21:23 +00:00
2010-07-06 16:10:35 -05:00
2008-12-31 19:14:52 +00:00
2010-12-16 12:17:02 -06:00