diff options
Diffstat (limited to 'sys/sys/proc.h')
| -rw-r--r-- | sys/sys/proc.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/sys/proc.h b/sys/sys/proc.h index fdf77e5ffeba..2eed9e2de2a3 100644 --- a/sys/sys/proc.h +++ b/sys/sys/proc.h @@ -928,7 +928,6 @@ struct thread *thread_switchout(struct thread *td, int flags, void thread_unlink(struct thread *td); void thread_unsuspend(struct proc *p); void thread_unsuspend_one(struct thread *td); -int thread_upcall_check(struct thread *td); void thread_unthread(struct thread *td); int thread_userret(struct thread *td, struct trapframe *frame); void thread_user_enter(struct thread *td); |
