From ac5f2442e35b5f98a32766e03335b12f0c679e55 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Wed, 25 Nov 2015 08:33:31 +0100 Subject: Require __getreent() This function is used by Newlib since 2013-07-09 (Git commit 9b51cd8c6b9cdd067d9648a7ab952884019c56a5). --- cpukit/sapi/include/confdefs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/sapi/include/confdefs.h') diff --git a/cpukit/sapi/include/confdefs.h b/cpukit/sapi/include/confdefs.h index 0e83bf1333..9ef0bc68cd 100644 --- a/cpukit/sapi/include/confdefs.h +++ b/cpukit/sapi/include/confdefs.h @@ -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 -- cgit v1.2.3