mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-20 15:43:16 +00:00
Remove declaration of _thr_initial from MD header file, it is no longer
needed.
This commit is contained in:
parent
7bd761788d
commit
b7e118b1e0
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=157462
@ -91,8 +91,6 @@ _tcb_get(void)
|
||||
return (TCB_GET64(tcb_self));
|
||||
}
|
||||
|
||||
extern struct pthread *_thr_initial;
|
||||
|
||||
static __inline struct pthread *
|
||||
_get_curthread(void)
|
||||
{
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user