From owner-cvs-all Wed Dec 20 9: 4:16 2000 From owner-cvs-all@FreeBSD.ORG Wed Dec 20 09:04:13 2000 Return-Path: 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 D3F9637B400; Wed, 20 Dec 2000 09:04:12 -0800 (PST) Received: (from deischen@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eBKH4Cp46971; Wed, 20 Dec 2000 09:04:12 -0800 (PST) (envelope-from deischen) Message-Id: <200012201704.eBKH4Cp46971@freefall.freebsd.org> From: Daniel Eischen Date: Wed, 20 Dec 2000 09:04:12 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc_r/uthread uthread_nanosleep.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG deischen 2000/12/20 09:04:12 PST Modified files: lib/libc_r/uthread uthread_nanosleep.c Log: When retrieving the time of day in nanosleep(), store it in the global time of day. This costs us nothing, but is a bit of a hack to work around a process blocking and not having the time updated by an ITIMER_PROF signal. PR: 23679 Revision Changes Path 1.14 +13 -5 src/lib/libc_r/uthread/uthread_nanosleep.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message