Require __getreent()

This function is used by Newlib since 2013-07-09 (Git commit
9b51cd8c6b9cdd067d9648a7ab952884019c56a5).
This commit is contained in:
Sebastian Huber
2015-11-25 08:33:31 +01:00
parent 8ce0b0cb19
commit ac5f2442e3
5 changed files with 5 additions and 52 deletions
+1 -1
View File
@@ -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