document the fact that kqueue will immediately return and not timeout when
nevents is 0. PR: kern/45291
This commit is contained in:
parent
180b0f65cc
commit
634862b329
@ -113,6 +113,14 @@ The
|
||||
argument
|
||||
determines the size of
|
||||
.Fa eventlist .
|
||||
When
|
||||
.Fa nevents
|
||||
is zero,
|
||||
.Fn kevent
|
||||
will return immediately even if there is a
|
||||
.Fa timeout
|
||||
specified unlike
|
||||
.Xr select 2 .
|
||||
If
|
||||
.Fa timeout
|
||||
is a non-NULL pointer, it specifies a maximum interval to wait
|
||||
|
Loading…
x
Reference in New Issue
Block a user