From 45c3da3b366496d872fa7180588b5084e65cac0e Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 18 Oct 2000 18:08:32 +0000 Subject: 2000-10-18 Joel Sherrill * include/confdefs.h: Set CONFIGURE_INIT_TASK_STACK_SIZE to 0 if there is no Classic API Initialization Tasks Table defined. --- c/src/exec/sapi/ChangeLog | 5 +++++ c/src/exec/sapi/include/confdefs.h | 1 + 2 files changed, 6 insertions(+) (limited to 'c/src') diff --git a/c/src/exec/sapi/ChangeLog b/c/src/exec/sapi/ChangeLog index 49a06dc20b..8f11836909 100644 --- a/c/src/exec/sapi/ChangeLog +++ b/c/src/exec/sapi/ChangeLog @@ -1,3 +1,8 @@ +2000-10-18 Joel Sherrill + + * include/confdefs.h: Set CONFIGURE_INIT_TASK_STACK_SIZE to 0 + if there is no Classic API Initialization Tasks Table defined. + 2000-10-18 Joel Sherrill * include/confdefs.h: Modified code that accounts for initialization diff --git a/c/src/exec/sapi/include/confdefs.h b/c/src/exec/sapi/include/confdefs.h index 7f8d9f00e8..6f8670346c 100644 --- a/c/src/exec/sapi/include/confdefs.h +++ b/c/src/exec/sapi/include/confdefs.h @@ -214,6 +214,7 @@ rtems_initialization_tasks_table Initialization_tasks[] = { #define CONFIGURE_INIT_TASK_TABLE NULL #define CONFIGURE_INIT_TASK_TABLE_SIZE 0 +#define CONFIGURE_INIT_TASK_STACK_SIZE 0 #endif -- cgit v1.2.3