summaryrefslogtreecommitdiffstats
path: root/c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-11-09 19:54:40 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-11-09 19:54:40 +0000
commit1007c3c8bae39e479f4c64d6c9ad6681442f7e8c (patch)
treee1b812ecc1a10758125900f92c5edeee8881df0f /c
parentRemoved unused variable warning. (diff)
downloadrtems-1007c3c8bae39e479f4c64d6c9ad6681442f7e8c.tar.bz2
Fixed warning where initialized default POSIX API structure did
have have semaphores and message queue fields.
Diffstat (limited to 'c')
-rw-r--r--c/src/exec/sapi/src/posixapi.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/c/src/exec/sapi/src/posixapi.c b/c/src/exec/sapi/src/posixapi.c
index b06fa01a6f..c70a1b230c 100644
--- a/c/src/exec/sapi/src/posixapi.c
+++ b/c/src/exec/sapi/src/posixapi.c
@@ -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 */
};