summaryrefslogtreecommitdiffstats
path: root/cpukit/sapi/include/confdefs.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/sapi/include/confdefs.h')
-rw-r--r--cpukit/sapi/include/confdefs.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/cpukit/sapi/include/confdefs.h b/cpukit/sapi/include/confdefs.h
index 697fb60701..fbfdb03732 100644
--- a/cpukit/sapi/include/confdefs.h
+++ b/cpukit/sapi/include/confdefs.h
@@ -57,13 +57,14 @@ extern itron_api_configuration_table Configuration_ITRON_API;
/*
* RTEMS C Library and Newlib support
- *
- * NOTE: This ends up defining these even when newlib is not used.
*/
#ifdef RTEMS_NEWLIB
#define CONFIGURE_NEWLIB_EXTENSION 1
+#else
+#define CONFIGURE_NEWLIB_EXTENSION 0
#endif
+
#define CONFIGURE_MALLOC_REGION 1
/*