Changeset 45c3da3 in rtems
- Timestamp:
- 10/18/00 18:08:32 (23 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- d71c6c1
- Parents:
- c5a60819
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/exec/sapi/ChangeLog
rc5a60819 r45c3da3 1 2000-10-18 Joel Sherrill <joel@OARcorp.com> 2 3 * include/confdefs.h: Set CONFIGURE_INIT_TASK_STACK_SIZE to 0 4 if there is no Classic API Initialization Tasks Table defined. 5 1 6 2000-10-18 Joel Sherrill <joel@OARcorp.com> 2 7 -
c/src/exec/sapi/include/confdefs.h
rc5a60819 r45c3da3 215 215 #define CONFIGURE_INIT_TASK_TABLE NULL 216 216 #define CONFIGURE_INIT_TASK_TABLE_SIZE 0 217 #define CONFIGURE_INIT_TASK_STACK_SIZE 0 217 218 218 219 #endif -
cpukit/sapi/ChangeLog
rc5a60819 r45c3da3 1 2000-10-18 Joel Sherrill <joel@OARcorp.com> 2 3 * include/confdefs.h: Set CONFIGURE_INIT_TASK_STACK_SIZE to 0 4 if there is no Classic API Initialization Tasks Table defined. 5 1 6 2000-10-18 Joel Sherrill <joel@OARcorp.com> 2 7 -
cpukit/sapi/include/confdefs.h
rc5a60819 r45c3da3 215 215 #define CONFIGURE_INIT_TASK_TABLE NULL 216 216 #define CONFIGURE_INIT_TASK_TABLE_SIZE 0 217 #define CONFIGURE_INIT_TASK_STACK_SIZE 0 217 218 218 219 #endif
Note: See TracChangeset
for help on using the changeset viewer.