Date: Sat, 4 Apr 1998 23:31:45 -0800 (PST) From: Peter Wemm <peter@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/kern kern_time.c Message-ID: <199804050731.XAA10006@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
peter 1998/04/04 23:31:44 PST Modified files: sys/kern kern_time.c Log: tsleep() returns EWOULDBLOCK if the timeout expired. Don't return this to usermode, otherwise sleep(3) fails, cron doesn't work, etc etc etc. Revision Changes Path 1.47 +2 -2 src/sys/kern/kern_time.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?199804050731.XAA10006>