aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/dtrace_bsd.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/sys/dtrace_bsd.h')
-rw-r--r--sys/sys/dtrace_bsd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/dtrace_bsd.h b/sys/sys/dtrace_bsd.h
index f3232841fa0e..a14a1a160f37 100644
--- a/sys/sys/dtrace_bsd.h
+++ b/sys/sys/dtrace_bsd.h
@@ -50,7 +50,7 @@ typedef void (*cyclic_clock_func_t)(struct trapframe *);
*
* Defining them here avoids a proliferation of header files.
*/
-extern cyclic_clock_func_t lapic_cyclic_clock_func[];
+extern cyclic_clock_func_t cyclic_clock_func[];
/*
* The dtrace module handles traps that occur during a DTrace probe.