diff options
Diffstat (limited to 'kern/sched_prim.h')
-rw-r--r-- | kern/sched_prim.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kern/sched_prim.h b/kern/sched_prim.h index 5311d16..e08f570 100644 --- a/kern/sched_prim.h +++ b/kern/sched_prim.h @@ -115,7 +115,7 @@ extern void compute_priority( thread_t thread, boolean_t resched); extern void thread_timeout_setup( - register thread_t thread); + thread_t thread); /* * Routines defined as macros |