Ignore:
File:
1 edited

Legend:

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

    r7f9d97f3 r78192cc7  
    380380        if (timeout) {
    381381                getuptime(&wdata.to_event.expires);
    382                 tv_add_diff(&wdata.to_event.expires, timeout);
     382                tv_add(&wdata.to_event.expires, timeout);
    383383                async_insert_timeout(&wdata);
    384384        }
Note: See TracChangeset for help on using the changeset viewer.