Changes in uspace/lib/c/generic/adt/prodcons.c [09696b54:b72efe8] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/generic/adt/prodcons.c
r09696b54 rb72efe8 61 61 fibril_condvar_wait(&pc->cv, &pc->mtx); 62 62 63 link_t *head = pc->list.next;63 link_t *head = list_first(&pc->list); 64 64 list_remove(head); 65 65
Note:
See TracChangeset
for help on using the changeset viewer.