Changes in uspace/lib/c/generic/fibril_synch.c [7f9d97f3:78192cc7] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/generic/fibril_synch.c
r7f9d97f3 r78192cc7 380 380 if (timeout) { 381 381 getuptime(&wdata.to_event.expires); 382 tv_add _diff(&wdata.to_event.expires, timeout);382 tv_add(&wdata.to_event.expires, timeout); 383 383 async_insert_timeout(&wdata); 384 384 }
Note:
See TracChangeset
for help on using the changeset viewer.