summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-05-04 12:35:22 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-05-04 12:35:22 +0000
commit10b3c9b3ef50eb2a13206908a30c23a611fcdf41 (patch)
treee9035e26d617d5f91b6dc7259d49c39ef3245729 /cpukit
parentremoved warning for implicit declaration of idtsim__exit() (diff)
downloadrtems-10b3c9b3ef50eb2a13206908a30c23a611fcdf41.tar.bz2
Added default value for CONFIGURE_MAXIMUM_POSIX_THREADS since it is
used to calculate the amount of memory used by tasks whether the POSIX API is enabled or disabled.
Diffstat (limited to 'cpukit')
-rw-r--r--cpukit/sapi/include/confdefs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpukit/sapi/include/confdefs.h b/cpukit/sapi/include/confdefs.h
index 53068bccde..d67eb98bab 100644
--- a/cpukit/sapi/include/confdefs.h
+++ b/cpukit/sapi/include/confdefs.h
@@ -427,6 +427,7 @@ posix_initialization_threads_table POSIX_Initialization_threads[] = {
#else
+#define CONFIGURE_MAXIMUM_POSIX_THREADS 0
#define CONFIGURE_MEMORY_PER_TASK_FOR_POSIX_API 0
#define CONFIGURE_MEMORY_FOR_POSIX 0