From a913396d8daab34d2fa497f49ae18d9f3d3a059f Mon Sep 17 00:00:00 2001 From: qiao Date: Tue, 13 Feb 2007 14:18:11 -0800 Subject: 6265036 cv_waituntil_sig() often returns early --- usr/src/uts/common/sys/timer.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'usr/src/uts/common/sys/timer.h') diff --git a/usr/src/uts/common/sys/timer.h b/usr/src/uts/common/sys/timer.h index dcf076ebcb..37614f5e96 100644 --- a/usr/src/uts/common/sys/timer.h +++ b/usr/src/uts/common/sys/timer.h @@ -20,7 +20,7 @@ */ /* - * Copyright 2006 Sun Microsystems, Inc. All rights reserved. + * Copyright 2007 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ @@ -99,7 +99,6 @@ extern void timer_exit(void); extern void timer_lwpexit(void); extern clock_t hzto(struct timeval *); extern clock_t timespectohz(timespec_t *, timespec_t); -extern clock_t timespectohz_adj(timespec_t *, timespec_t); extern int itimerspecfix(timespec_t *); extern void timespecadd(timespec_t *, timespec_t *); extern void timespecsub(timespec_t *, timespec_t *); -- cgit v1.2.3