From owner-cvs-all Thu Aug 29 14:39:22 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 488D637B400; Thu, 29 Aug 2002 14:39:20 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EC3B543E75; Thu, 29 Aug 2002 14:39:19 -0700 (PDT) (envelope-from archie@FreeBSD.org) Received: from freefall.freebsd.org (archie@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7TLdJJU077891; Thu, 29 Aug 2002 14:39:19 -0700 (PDT) (envelope-from archie@freefall.freebsd.org) Received: (from archie@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7TLdJuv077890; Thu, 29 Aug 2002 14:39:19 -0700 (PDT) Message-Id: <200208292139.g7TLdJuv077890@freefall.freebsd.org> From: Archie Cobbs Date: Thu, 29 Aug 2002 14:39:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc_r/uthread uthread_select.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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