Ignore:
File:
1 edited

Legend:

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

    r09ab0a9a rc3fa24e  
    8181{
    8282        static pio_regions_t regions = {
    83                 .list = {
    84                         .head = { &regions.list.head, &regions.list.head },
    85                 },
     83                .list = LIST_INITIALIZER(regions.list),
    8684                .guard = FIBRIL_RWLOCK_INITIALIZER(regions.guard),
    8785        };
Note: See TracChangeset for help on using the changeset viewer.