Remove declaration of _thr_initial from MD header file, it is no longer

needed.
This commit is contained in:
David Xu 2006-04-04 03:35:26 +00:00
parent 7bd761788d
commit b7e118b1e0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=157462
2 changed files with 0 additions and 4 deletions

View File

@ -91,8 +91,6 @@ _tcb_get(void)
return (TCB_GET64(tcb_self));
}
extern struct pthread *_thr_initial;
static __inline struct pthread *
_get_curthread(void)
{

View File

@ -94,8 +94,6 @@ _tcb_get(void)
return (TCB_GET32(tcb_self));
}
extern struct pthread *_thr_initial;
/* Get the current thread. */
static __inline struct pthread *
_get_curthread(void)