summaryrefslogtreecommitdiffstats
path: root/c/src/exec
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-07-08 22:45:07 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-07-08 22:45:07 +0000
commitadbb578abbe5dcdbe1abce409a0bdffc5187f900 (patch)
tree4472092a75da2f4781692519645b34edf9867d4e /c/src/exec
parentSome cleanup to make it format better. Compensated for multiple services (diff)
downloadrtems-adbb578abbe5dcdbe1abce409a0bdffc5187f900.tar.bz2
Moved definitions to a more logical place.
Diffstat (limited to 'c/src/exec')
-rw-r--r--c/src/exec/sapi/include/confdefs.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/c/src/exec/sapi/include/confdefs.h b/c/src/exec/sapi/include/confdefs.h
index dac5482905..fadfb82989 100644
--- a/c/src/exec/sapi/include/confdefs.h
+++ b/c/src/exec/sapi/include/confdefs.h
@@ -361,10 +361,6 @@ rtems_extensions_table Configuration_Initial_Extensions[] = {
#define CONFIGURE_MAXIMUM_POSIX_QUEUED_SIGNALS 0
#endif
-#ifndef CONFIGURE_POSIX_INIT_TASK_STACK_SIZE
-#define CONFIGURE_POSIX_INIT_TASK_STACK_SIZE (RTEMS_MINIMUM_STACK_SIZE * 2)
-#endif
-
#ifdef CONFIGURE_POSIX_INIT_THREAD_TABLE
#ifdef CONFIGURE_POSIX_HAS_OWN_INIT_THREAD_TABLE
@@ -380,6 +376,10 @@ rtems_extensions_table Configuration_Initial_Extensions[] = {
#define CONFIGURE_POSIX_INIT_THREAD_ENTRY_POINT POSIX_Init
#endif
+#ifndef CONFIGURE_POSIX_INIT_TASK_STACK_SIZE
+#define CONFIGURE_POSIX_INIT_TASK_STACK_SIZE (RTEMS_MINIMUM_STACK_SIZE * 2)
+#endif
+
#ifdef CONFIGURE_INIT
posix_initialization_threads_table POSIX_Initialization_threads[] = {
{ CONFIGURE_POSIX_INIT_THREAD_ENTRY_POINT, \