From da4e38d98e4329d891a07f33d1265142cbbf8d8f Mon Sep 17 00:00:00 2001 From: Mark Johannes Date: Mon, 12 Aug 1996 14:48:13 +0000 Subject: system.h: added condition variable #define for 10 condition variables --- testsuites/psxtests/psx10/system.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'testsuites') diff --git a/testsuites/psxtests/psx10/system.h b/testsuites/psxtests/psx10/system.h index a0e2220827..cc90d48945 100644 --- a/testsuites/psxtests/psx10/system.h +++ b/testsuites/psxtests/psx10/system.h @@ -37,6 +37,8 @@ void *Task_1_through_3( #define CONFIGURE_POSIX_INIT_THREAD_TABLE +#define CONFIGURE_MAXIMUM_POSIX_CONDITION_VARIABLES 10 + #include /* global variables */ -- cgit v1.2.3