Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Feb 2011 15:24:52 +0000 (UTC)
From:      Dmitry Chagin <dchagin@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r218609 - head/sys/sys
Message-ID:  <201102121524.p1CFOqoR005783@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dchagin
Date: Sat Feb 12 15:24:52 2011
New Revision: 218609
URL: http://svn.freebsd.org/changeset/base/218609

Log:
  Remove unused since r134586 thr_exit1() declaration.

Modified:
  head/sys/sys/proc.h

Modified: head/sys/sys/proc.h
==============================================================================
--- head/sys/sys/proc.h	Sat Feb 12 14:33:19 2011	(r218608)
+++ head/sys/sys/proc.h	Sat Feb 12 15:24:52 2011	(r218609)
@@ -908,7 +908,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 */
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201102121524.p1CFOqoR005783>