K 10 svn:author V 6 archie K 8 svn:date V 27 2002-08-29T21:39:19.000000Z K 7 svn:log V 272 Make the libc_r version of select() set the readable or writable 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 END