2009-08-05 Joel Sherrill <joel.sherrill@oarcorp.com>

* psxmsgq04/init.c: Correct typo in configuration so test does as
	intended.
This commit is contained in:
Joel Sherrill
2009-08-05 16:43:54 +00:00
parent 61ae99b802
commit 7d89924051
2 changed files with 8 additions and 3 deletions
+5
View File
@@ -1,3 +1,8 @@
2009-08-05 Joel Sherrill <joel.sherrill@oarcorp.com>
* psxmsgq04/init.c: Correct typo in configuration so test does as
intended.
2009-08-05 Joel Sherrill <joel.sherrill@oarcorp.com>
* psxmsgq04/init.c, psxmsgq04/psxmsgq04.doc, psxmsgq04/psxmsgq04.scn:
+3 -3
View File
@@ -103,9 +103,9 @@ void *POSIX_Init(
#define CONFIGURE_POSIX_INIT_THREAD_TABLE
#define CONFIGURE_MAXIMUM_POSIX_THREADS 1
#define CONFIGURE_MAXIMUM_POSIX_MESSAGE_QUEUES 1
#define CONFIGURE_MAXIMUM_POSIX_MESSAGE_QUEUE_FILE_DESCRIPTORS 2
#define CONFIGURE_MAXIMUM_POSIX_THREADS 1
#define CONFIGURE_MAXIMUM_POSIX_MESSAGE_QUEUES 1
#define CONFIGURE_MAXIMUM_POSIX_MESSAGE_QUEUE_DESCRIPTORS 2
#define CONFIGURE_POSIX_INIT_THREAD_TABLE