tor/changes/bug23575
teor e77ece3b31
Avoid a compilation warning on macOS in scheduler_ev_add()
This warning is caused by a different tv_usec data type on macOS
compared to the system on which the patch was developed.

Fixes 23575 on 0.3.2.1-alpha.
2017-09-19 16:32:47 +10:00

5 lines
180 B
Plaintext

o Minor bugfixes (scheduler):
- Avoid a compilation warning on macOS in scheduler_ev_add() caused by
a different tv_usec data type.
Fixes 23575 on 0.3.2.1-alpha.