summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/sys/timer.h
diff options
context:
space:
mode:
authorqiao <none@none>2008-04-11 16:15:33 -0700
committerqiao <none@none>2008-04-11 16:15:33 -0700
commitf635d46a9872dc5a02bbbd736f2bf18685c2c221 (patch)
treed61c139adf24492f4b19889541f799f497927883 /usr/src/uts/common/sys/timer.h
parent7a97beff81ac1403a071837cf5c44c80c1986141 (diff)
downloadillumos-joyent-f635d46a9872dc5a02bbbd736f2bf18685c2c221.tar.gz
6265036 cv_waituntil_sig() often returns early
Diffstat (limited to 'usr/src/uts/common/sys/timer.h')
-rw-r--r--usr/src/uts/common/sys/timer.h4
1 files changed, 2 insertions, 2 deletions
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 *);