Date: Thu, 29 Aug 2002 14:39:19 -0700 (PDT) From: Archie Cobbs <archie@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc_r/uthread uthread_select.c Message-ID: <200208292139.g7TLdJuv077890@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
archie 2002/08/29 14:39:19 PDT Modified files: lib/libc_r/uthread uthread_select.c Log: 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 Revision Changes Path 1.21 +6 -4 src/lib/libc_r/uthread/uthread_select.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200208292139.g7TLdJuv077890>