summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authordchagin <dchagin@FreeBSD.org>2011-02-12 15:24:52 +0000
committerdchagin <dchagin@FreeBSD.org>2011-02-12 15:24:52 +0000
commit1fac2104510acf859e9034d3878063afb1818d15 (patch)
treefca4d241e4df5c2bb5fc96f4312b7677efd61b43 /sys
parent4df7e87e2c155114afb5a0e2d083392468c4af21 (diff)
downloadFreeBSD-src-1fac2104510acf859e9034d3878063afb1818d15.zip
FreeBSD-src-1fac2104510acf859e9034d3878063afb1818d15.tar.gz
Remove unused since r134586 thr_exit1() declaration.
Diffstat (limited to 'sys')
-rw-r--r--sys/sys/proc.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/sys/proc.h b/sys/sys/proc.h
index 2015d66..f062f8a 100644
--- a/sys/sys/proc.h
+++ b/sys/sys/proc.h
@@ -908,7 +908,6 @@ int thread_unsuspend_one(struct thread *td);
void thread_unthread(struct thread *td);
void thread_wait(struct proc *p);
struct thread *thread_find(struct proc *p, lwpid_t tid);
-void thr_exit1(void);
#endif /* _KERNEL */
OpenPOWER on IntegriCloud