summaryrefslogtreecommitdiffstats
path: root/c/src/tests/psxtests/psx06
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1996-08-09 16:02:06 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1996-08-09 16:02:06 +0000
commit760ee96da966bb95d13e6bb8d0487e35fda899e2 (patch)
tree2005c4dc609990addeadec00b1215a3101b3f9e6 /c/src/tests/psxtests/psx06
parentchanged printf's which could be puts's to puts (diff)
downloadrtems-760ee96da966bb95d13e6bb8d0487e35fda899e2.tar.bz2
reduced maximum keys to 2 to more easily generate error
Diffstat (limited to 'c/src/tests/psxtests/psx06')
-rw-r--r--c/src/tests/psxtests/psx06/system.h2
1 files changed, 1 insertions, 1 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 <confdefs.h>