On Sat, 26 Jun 2010 14:04:18 +0100
Sad Clouds <cryintotheblue...@googlemail.com> wrote:

> What I find confusing is that kevent() returns int data type, however
> the length of eventlist given by nevents can be up to size_t.
> 
> Suppose you have more than INT_MAX events in kqueue, what are the
> semantics of kevent()?

OK, I guess unless Unix file descriptor type changes (which is signed
integer) kqueue will be limited by that.

Reply via email to