From f2422aa069243bc26e5bd4909d81793265fcb20e Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 2 Nov 1999 15:26:46 +0000 Subject: Added message queues and semaphores. --- cpukit/posix/include/rtems/posix/config.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'cpukit/posix/include') diff --git a/cpukit/posix/include/rtems/posix/config.h b/cpukit/posix/include/rtems/posix/config.h index 2edb8a1909..732d1bc685 100644 --- a/cpukit/posix/include/rtems/posix/config.h +++ b/cpukit/posix/include/rtems/posix/config.h @@ -34,7 +34,7 @@ extern "C" { /* * For now, we are only allowing the user to specify the entry point - * for posix initialization threads. + * and stack size for POSIX initialization threads. */ typedef struct { @@ -49,6 +49,8 @@ typedef struct { int maximum_keys; int maximum_timers; int maximum_queued_signals; + int maximum_message_queues; + int maximum_semaphores; int number_of_initialization_threads; posix_initialization_threads_table *User_initialization_threads_table; } posix_api_configuration_table; -- cgit v1.2.3