summaryrefslogtreecommitdiff
path: root/kern/mach_clock.h
diff options
context:
space:
mode:
Diffstat (limited to 'kern/mach_clock.h')
-rw-r--r--kern/mach_clock.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kern/mach_clock.h b/kern/mach_clock.h
index 72189af..827cf86 100644
--- a/kern/mach_clock.h
+++ b/kern/mach_clock.h
@@ -102,7 +102,7 @@ extern void mapable_time_init (void);
/* For public timer elements. */
extern void timeout(timer_func_t *fcn, void *param, int interval);
-extern boolean_t untimeout(timer_func_t *fcn, void *param);
+extern boolean_t untimeout(timer_func_t *fcn, const void *param);
extern int timeopen(void);
extern int timeclose(void);