Changeset 623893c in rtems
- Timestamp:
- 01/29/01 15:43:46 (22 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 4e568769
- Parents:
- 4145ad6
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/exec/sapi/ChangeLog
r4145ad6 r623893c 1 2001-01-28 Ralf Corsepius <corsepiu@faw.uni-ulm.d> 2 3 * include/confdefs.h: define CONFIGURE_NEWLIB_EXTENSION 0 if not 4 using NEWLIB, cleanup related comment. 5 1 6 2001-01-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 7 -
c/src/exec/sapi/include/confdefs.h
r4145ad6 r623893c 58 58 /* 59 59 * RTEMS C Library and Newlib support 60 *61 * NOTE: This ends up defining these even when newlib is not used.62 60 */ 63 61 64 62 #ifdef RTEMS_NEWLIB 65 63 #define CONFIGURE_NEWLIB_EXTENSION 1 66 #endif 64 #else 65 #define CONFIGURE_NEWLIB_EXTENSION 0 66 #endif 67 67 68 #define CONFIGURE_MALLOC_REGION 1 68 69 -
cpukit/sapi/ChangeLog
r4145ad6 r623893c 1 2001-01-28 Ralf Corsepius <corsepiu@faw.uni-ulm.d> 2 3 * include/confdefs.h: define CONFIGURE_NEWLIB_EXTENSION 0 if not 4 using NEWLIB, cleanup related comment. 5 1 6 2001-01-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 7 -
cpukit/sapi/include/confdefs.h
r4145ad6 r623893c 58 58 /* 59 59 * RTEMS C Library and Newlib support 60 *61 * NOTE: This ends up defining these even when newlib is not used.62 60 */ 63 61 64 62 #ifdef RTEMS_NEWLIB 65 63 #define CONFIGURE_NEWLIB_EXTENSION 1 66 #endif 64 #else 65 #define CONFIGURE_NEWLIB_EXTENSION 0 66 #endif 67 67 68 #define CONFIGURE_MALLOC_REGION 1 68 69
Note: See TracChangeset
for help on using the changeset viewer.