From 10b3c9b3ef50eb2a13206908a30c23a611fcdf41 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 4 May 1998 12:35:22 +0000 Subject: 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. --- cpukit/sapi/include/confdefs.h | 1 + 1 file changed, 1 insertion(+) (limited to 'cpukit') 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 -- cgit v1.2.3