Date: Sat, 11 Nov 2000 14:20:37 -0800 (PST) From: Daniel Eischen <deischen@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc_r/uthread uthread_kern.c Message-ID: <200011112220.OAA29342@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200011112220.OAA29342>