mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-25 12:37:32 +08:00
Require __getreent()
This function is used by Newlib since 2013-07-09 (Git commit 9b51cd8c6b9cdd067d9648a7ab952884019c56a5).
This commit is contained in:
@@ -2417,7 +2417,7 @@ const rtems_libio_helper rtems_fs_init_helper =
|
||||
#define CONFIGURE_NUMBER_OF_INITIAL_EXTENSIONS 0
|
||||
#endif
|
||||
|
||||
#if defined(RTEMS_NEWLIB) && defined(__DYNAMIC_REENT__)
|
||||
#if defined(RTEMS_NEWLIB)
|
||||
struct _reent *__getreent(void)
|
||||
{
|
||||
#ifdef CONFIGURE_DISABLE_NEWLIB_REENTRANCY
|
||||
|
||||
Reference in New Issue
Block a user