mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-10-16 23:57:41 +08:00
Delete rtems_bsd_thread_chain
Rely on RTEMS object registration for threads.
This commit is contained in:
@@ -68,8 +68,6 @@ struct sleepqueue {
|
||||
void *sq_wchan;
|
||||
};
|
||||
|
||||
extern rtems_chain_control rtems_bsd_thread_chain;
|
||||
|
||||
struct thread *
|
||||
rtems_bsd_get_thread(const Thread_Control *thread);
|
||||
|
||||
|
Reference in New Issue
Block a user