Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/generic/adt/prodcons.c

    rb72efe8 r09696b54  
    6161                fibril_condvar_wait(&pc->cv, &pc->mtx);
    6262       
    63         link_t *head = list_first(&pc->list);
     63        link_t *head = pc->list.next;
    6464        list_remove(head);
    6565       
Note: See TracChangeset for help on using the changeset viewer.