From owner-cvs-all Sat Nov 11 14:20:39 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1A0E437B479; Sat, 11 Nov 2000 14:20:37 -0800 (PST) Received: (from deischen@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA29342; Sat, 11 Nov 2000 14:20:37 -0800 (PST) (envelope-from deischen@FreeBSD.org) Message-Id: <200011112220.OAA29342@freefall.freebsd.org> From: Daniel Eischen Date: Sat, 11 Nov 2000 14:20:37 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc_r/uthread uthread_kern.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG deischen 2000/11/11 14:20:37 PST Modified files: lib/libc_r/uthread uthread_kern.c Log: Correct the logic for checking the emptiness of the waiting queue. This fixes a potential problem where the file descriptors would not be polled causing waiting threads to stay waiting. Doh! MFC candidate. Revision Changes Path 1.33 +2 -2 src/lib/libc_r/uthread/uthread_kern.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message