summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-02-20 19:57:53 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-02-20 19:57:53 +0000
commita66186ec6a3fda20b8280e8f4901d1a1aeb5a48a (patch)
tree01773919c4530812dc6ed205cc2b3519405c6342 /cpukit
parentIncreased stack space to let test run to completion. (diff)
downloadrtems-a66186ec6a3fda20b8280e8f4901d1a1aeb5a48a.tar.bz2
Added misisng line continuation.
Diffstat (limited to 'cpukit')
-rw-r--r--cpukit/sapi/include/confdefs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/sapi/include/confdefs.h b/cpukit/sapi/include/confdefs.h
index 78755c95f8..df926196f5 100644
--- a/cpukit/sapi/include/confdefs.h
+++ b/cpukit/sapi/include/confdefs.h
@@ -402,7 +402,7 @@ posix_initialization_threads_table POSIX_Initialization_threads[] = {
#define CONFIGURE_MEMORY_FOR_MP \
( CONFIGURE_MEMORY_FOR_PROXIES(CONFIGURE_MP_MAXIMUM_PROXIES) + \
CONFIGURE_MEMORY_FOR_GLOBAL_OBJECTS(CONFIGURE_MP_MAXIMUM_GLOBAL_OBJECTS) + \
- CONFIGURE_MEMORY_FOR_TASKS(1)
+ CONFIGURE_MEMORY_FOR_TASKS(1) \
)
#endif /* CONFIGURE_HAS_OWN_MULTIPROCESING_TABLE */