Ignore:
File:
1 edited

Legend:

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

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