Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
poller: use empty() instead of mem::zeroed() to initialize EPollEvent…
… array While mem::zeroed() is currently a valid initial value for EPollEvent, but there is no guarantee this will remain this way. Use the empty() method instead to make sure the value remains valid.
- Loading branch information