--- src/sys/sys/proc.h 2007/02/21 15:45:37 1.100 +++ src/sys/sys/proc.h 2007/02/24 14:24:06 1.101 @@ -492,8 +492,10 @@ int suser_cred (struct ucred *cred, int void cpu_heavy_switch (struct thread *); void cpu_lwkt_switch (struct thread *); -void cpu_proc_exit (void) __dead2; +void cpu_lwp_exit (void) __dead2; void cpu_thread_exit (void) __dead2; +void lwp_exit (void) __dead2; +void lwp_dispose (struct lwp *); void exit1 (int) __dead2; void cpu_fork (struct lwp *, struct lwp *, int); void cpu_set_fork_handler (struct lwp *, void (*)(void *), void *);