From f635d46a9872dc5a02bbbd736f2bf18685c2c221 Mon Sep 17 00:00:00 2001 From: qiao Date: Fri, 11 Apr 2008 16:15:33 -0700 Subject: 6265036 cv_waituntil_sig() often returns early --- usr/src/uts/common/sys/timer.h | 4 ++-- 1 file changed, 2 insertions(+), 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..05d08bb489 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 2008 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ @@ -99,7 +99,7 @@ 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 int64_t timespectohz64(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