Added message queues and semaphores.

This commit is contained in:
Joel Sherrill
1999-11-02 15:26:46 +00:00
parent a49a7f3d87
commit f2422aa069
2 changed files with 6 additions and 2 deletions

View File

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