diff --git a/os/WaitFor.c b/os/WaitFor.c index ec1592c01..65f53c5df 100644 --- a/os/WaitFor.c +++ b/os/WaitFor.c @@ -262,7 +262,7 @@ WaitForSomething(int *pClientsReady) FatalError("WaitForSomething(): select: errno=%d\n", selecterr); } - else if (selecterr != EINTR) + else if (selecterr != EINTR && selecterr != EAGAIN) { ErrorF("WaitForSomething(): select: errno=%d\n", selecterr);