mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
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.
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
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.
|
||||
Reference in New Issue
Block a user