mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-08-25 07:40:53 +08:00
Do not initialize Thread_Control::libc_reent if CONFIGURE_DISABLE_NEWLIB_REENTRANCY is defined. This helps to catch errors with a NULL pointer exception rather than a corruption of the thread control block.