Changeset 1007c3c in rtems


Ignore:
Timestamp:
11/09/99 19:54:40 (24 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
352c9b2
Parents:
bd0b378
Message:

Fixed warning where initialized default POSIX API structure did
have have semaphores and message queue fields.

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • c/src/exec/sapi/src/posixapi.c

    rbd0b378 r1007c3c  
    5858  0,                             /* maximum_queued_signals */
    5959  0,                             /* number_of_initialization_threads */
     60  0,                             /* maximum_message_queues */
     61  0,                             /* maximum_semaphores */
    6062  NULL                           /* User_initialization_threads_table */
    6163};
  • cpukit/sapi/src/posixapi.c

    rbd0b378 r1007c3c  
    5858  0,                             /* maximum_queued_signals */
    5959  0,                             /* number_of_initialization_threads */
     60  0,                             /* maximum_message_queues */
     61  0,                             /* maximum_semaphores */
    6062  NULL                           /* User_initialization_threads_table */
    6163};
Note: See TracChangeset for help on using the changeset viewer.