Fixed warning where initialized default POSIX API structure did

have have semaphores and message queue fields.
This commit is contained in:
Joel Sherrill
1999-11-09 19:54:40 +00:00
parent bd0b378838
commit 1007c3c8ba
2 changed files with 4 additions and 0 deletions

View File

@@ -57,6 +57,8 @@ posix_api_configuration_table _POSIX_Default_configuration = {
0, /* maximum_timers */
0, /* maximum_queued_signals */
0, /* number_of_initialization_threads */
0, /* maximum_message_queues */
0, /* maximum_semaphores */
NULL /* User_initialization_threads_table */
};