Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
LibC: Remove semicolon in definition of FD_ZERO
This causes problems in code of the form if (/* condition */) FD_ZERO(&thing); else do_other_thing(); Wrapping the call to memset() in a do/while block fixes the issue.
- Loading branch information