Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/tester/ipc/starve.c

    r7f9d97f3 r1ab8539  
    5252                gettimeofday(&now, NULL);
    5353               
    54                 if (tv_sub_diff(&now, &start) >= DURATION_SECS * 1000000L)
     54                if (tv_sub(&now, &start) >= DURATION_SECS * 1000000L)
    5555                        break;
    5656               
Note: See TracChangeset for help on using the changeset viewer.