svn commit: r219170 - stable/8/sys/sys
Dmitry Chagin
dchagin at FreeBSD.org
Wed Mar 2 06:22:19 UTC 2011
Author: dchagin
Date: Wed Mar 2 06:22:18 2011
New Revision: 219170
URL: http://svn.freebsd.org/changeset/base/219170
Log:
MFC r218609:
Remove unused since r134586 thr_exit1() declaration.
Modified:
stable/8/sys/sys/proc.h
Directory Properties:
stable/8/sys/ (props changed)
stable/8/sys/amd64/include/xen/ (props changed)
stable/8/sys/cddl/contrib/opensolaris/ (props changed)
stable/8/sys/contrib/dev/acpica/ (props changed)
stable/8/sys/contrib/pf/ (props changed)
Modified: stable/8/sys/sys/proc.h
==============================================================================
--- stable/8/sys/sys/proc.h Wed Mar 2 06:21:21 2011 (r219169)
+++ stable/8/sys/sys/proc.h Wed Mar 2 06:22:18 2011 (r219170)
@@ -897,7 +897,6 @@ int thread_unsuspend_one(struct thread *
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 */
More information about the svn-src-stable-8
mailing list