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