reduced maximum keys to 2 to more easily generate error

This commit is contained in:
Joel Sherrill
1996-08-09 16:02:06 +00:00
parent 5b08e20b5e
commit 760ee96da9
2 changed files with 2 additions and 2 deletions

View File

@@ -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>