Changeset aeeddeb in mainline for uspace/lib/c/generic/async.c


Ignore:
Timestamp:
2012-04-14T07:58:00Z (12 years ago)
Author:
Vojtech Horky <vojtechhorky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
3191c01
Parents:
22a8a9b
Message:

Fix missing initializer

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/generic/async.c

    r22a8a9b raeeddeb  
    249249static void to_event_initialize(to_event_t *to)
    250250{
    251         struct timeval tv = { 0 };
     251        struct timeval tv = { 0, 0 };
    252252
    253253        to->inlist = false;
Note: See TracChangeset for help on using the changeset viewer.