summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/sys/timer.h
diff options
context:
space:
mode:
authordm120769 <none@none>2007-04-27 07:12:39 -0700
committerdm120769 <none@none>2007-04-27 07:12:39 -0700
commit3348528f7ec68bf2f11d0cbd5c3b9932ea7f0d5c (patch)
tree855ea6b5ae3786966e656876cd1ac3992e072d51 /usr/src/uts/common/sys/timer.h
parent85b65b39e9a6fea849facdcfc7d06f5ece340e36 (diff)
downloadillumos-gate-3348528f7ec68bf2f11d0cbd5c3b9932ea7f0d5c.tar.gz
backout 6265036/6531693: causes 6544953
Diffstat (limited to 'usr/src/uts/common/sys/timer.h')
-rw-r--r--usr/src/uts/common/sys/timer.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr/src/uts/common/sys/timer.h b/usr/src/uts/common/sys/timer.h
index 37614f5e96..dcf076ebcb 100644
--- a/usr/src/uts/common/sys/timer.h
+++ b/usr/src/uts/common/sys/timer.h
@@ -20,7 +20,7 @@
*/
/*
- * Copyright 2007 Sun Microsystems, Inc. All rights reserved.
+ * Copyright 2006 Sun Microsystems, Inc. All rights reserved.
* Use is subject to license terms.
*/
@@ -99,6 +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 int itimerspecfix(timespec_t *);
extern void timespecadd(timespec_t *, timespec_t *);
extern void timespecsub(timespec_t *, timespec_t *);