From 760ee96da966bb95d13e6bb8d0487e35fda899e2 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 9 Aug 1996 16:02:06 +0000 Subject: [PATCH] reduced maximum keys to 2 to more easily generate error --- c/src/tests/psxtests/psx06/system.h | 2 +- testsuites/psxtests/psx06/system.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/c/src/tests/psxtests/psx06/system.h b/c/src/tests/psxtests/psx06/system.h index 434bde09e3..f6527b5516 100644 --- a/c/src/tests/psxtests/psx06/system.h +++ b/c/src/tests/psxtests/psx06/system.h @@ -39,7 +39,7 @@ void *Task_2( #define CONFIGURE_POSIX_INIT_THREAD_TABLE -#define CONFIGURE_MAXIMUM_POSIX_KEYS 10 +#define CONFIGURE_MAXIMUM_POSIX_KEYS 1 #include diff --git a/testsuites/psxtests/psx06/system.h b/testsuites/psxtests/psx06/system.h index 434bde09e3..f6527b5516 100644 --- a/testsuites/psxtests/psx06/system.h +++ b/testsuites/psxtests/psx06/system.h @@ -39,7 +39,7 @@ void *Task_2( #define CONFIGURE_POSIX_INIT_THREAD_TABLE -#define CONFIGURE_MAXIMUM_POSIX_KEYS 10 +#define CONFIGURE_MAXIMUM_POSIX_KEYS 1 #include