summaryrefslogtreecommitdiffstats
path: root/c/src/tests/psxtests/psx05/system.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1996-08-12 18:04:38 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1996-08-12 18:04:38 +0000
commitd06e9ca36a5d411e3c7b85773ad2c19603cb778e (patch)
tree16823c462ff933c16b197a319d055f19ecd59a3b /c/src/tests/psxtests/psx05/system.h
parentmutex.h: promoted out _POSIX_Mutex_From_core_mutex_status (diff)
downloadrtems-d06e9ca36a5d411e3c7b85773ad2c19603cb778e.tar.bz2
added numerous error test cases.
Diffstat (limited to '')
-rw-r--r--c/src/tests/psxtests/psx05/system.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/c/src/tests/psxtests/psx05/system.h b/c/src/tests/psxtests/psx05/system.h
index c34b157da1..16bb938b26 100644
--- a/c/src/tests/psxtests/psx05/system.h
+++ b/c/src/tests/psxtests/psx05/system.h
@@ -43,7 +43,7 @@ void *Task_3(
#define CONFIGURE_POSIX_INIT_THREAD_TABLE
-#define CONFIGURE_MAXIMUM_POSIX_MUTEXES 10
+#define CONFIGURE_MAXIMUM_POSIX_MUTEXES 2
#include <confdefs.h>
@@ -61,5 +61,7 @@ TEST_EXTERN pthread_t Task2_id;
TEST_EXTERN pthread_t Task3_id;
TEST_EXTERN pthread_mutex_t Mutex_id;
TEST_EXTERN pthread_mutex_t Mutex2_id;
+TEST_EXTERN pthread_mutex_t Mutex3_id;
+TEST_EXTERN pthread_mutex_t Mutex_bad_id;
/* end of include file */