summaryrefslogtreecommitdiffstats
path: root/c/src/exec/sapi
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2001-01-29 15:43:46 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2001-01-29 15:43:46 +0000
commit623893cc0d740b658ec22ef0122ab386d9649cc3 (patch)
tree320c5cf4b9bed0adc3127df8ea3acea52b37ffc3 /c/src/exec/sapi
parent2001-01-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-623893cc0d740b658ec22ef0122ab386d9649cc3.tar.bz2
2001-01-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* include/confdefs.h: define CONFIGURE_NEWLIB_EXTENSION 0 if not using NEWLIB, cleanup related comment.
Diffstat (limited to 'c/src/exec/sapi')
-rw-r--r--c/src/exec/sapi/ChangeLog5
-rw-r--r--c/src/exec/sapi/include/confdefs.h5
2 files changed, 8 insertions, 2 deletions
diff --git a/c/src/exec/sapi/ChangeLog b/c/src/exec/sapi/ChangeLog
index 78761abb24..c55f627b96 100644
--- a/c/src/exec/sapi/ChangeLog
+++ b/c/src/exec/sapi/ChangeLog
@@ -1,3 +1,8 @@
+2001-01-28 Ralf Corsepius <corsepiu@faw.uni-ulm.d>
+
+ * include/confdefs.h: define CONFIGURE_NEWLIB_EXTENSION 0 if not
+ using NEWLIB, cleanup related comment.
+
2001-01-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* include/confdefs.h: include cpuopts.h, replace stubdr w/ devnull.
diff --git a/c/src/exec/sapi/include/confdefs.h b/c/src/exec/sapi/include/confdefs.h
index 697fb60701..fbfdb03732 100644
--- a/c/src/exec/sapi/include/confdefs.h
+++ b/c/src/exec/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
/*