Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-02-16 | Avoid too long timeouts in xs_poll | Martin Sustrik | |
The timeout should be int. For historical reasons, however, it is defined as long. To fix the problem the value is checked in the runtime to assure it is not larger than INT_MAX. Signed-off-by: Martin Sustrik <sustrik@250bpm.com> | |||
2012-02-16 | xs_poll implementation moved to a separate file | Martin Sustrik | |
Signed-off-by: Martin Sustrik <sustrik@250bpm.com> |