Commit e67c63c
committed
Fix linux timer for longer timeouts
The linux timer did not work for timeouts >= 1 second. The tv_nsec
timespec member must be in the range 0 - 999 999 999.
Change-Id: I0dda046adb345efcca52250071e939ce82baf9751 parent 61f538e commit e67c63c
1 file changed
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
545 | 545 | | |
546 | 546 | | |
547 | 547 | | |
| 548 | + | |
| 549 | + | |
548 | 550 | | |
549 | 551 | | |
550 | | - | |
551 | | - | |
| 552 | + | |
| 553 | + | |
552 | 554 | | |
553 | 555 | | |
554 | 556 | | |
| |||
0 commit comments