diff options
Diffstat (limited to 'kern/syscall_subr.c')
-rw-r--r-- | kern/syscall_subr.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kern/syscall_subr.c b/kern/syscall_subr.c index 6d23462c..1aa4bc27 100644 --- a/kern/syscall_subr.c +++ b/kern/syscall_subr.c @@ -152,8 +152,8 @@ void thread_switch_continue(void) * even if that violates priority order. */ kern_return_t thread_switch( - mach_port_t thread_name, - int option, + mach_port_name_t thread_name, + int option, mach_msg_timeout_t option_time) { thread_t cur_thread = current_thread(); |