mirror of
https://git.FreeBSD.org/src.git
synced 2025-02-02 17:08:56 +00:00
afa4625307
file descriptor bit if poll() returns POLLERR, POLLHUP, or POLLNVAL. Othewise, it's possible for select() to return successfully but with no bits set. Reviewed by: deischen MFC after: 3 days PR: bin/42175