Skip to content

fix compilation error when building against old libkqueue #114

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 21, 2016

Conversation

dgrove-oss
Copy link
Contributor

Should have used an ifdef instead of an if to guard this block
of code. Fixes compilation on linux when using an older version
of libkqueue that doesn't include the nsec kevent support.

Should have used an ifdef instead of an if to guard this block
of code.  Fixes compilation on linux when using an older version
of libkqueue that doesn't include the nsec kevent support.
@mwwa mwwa merged commit 2e4e6af into swiftlang:master Jul 21, 2016
@dgrove-oss dgrove-oss deleted the kevent-nsec-tweak branch July 21, 2016 19:37
das pushed a commit that referenced this pull request Aug 11, 2016
fix compilation error when building against old libkqueue

Signed-off-by: Daniel A. Steffen <dsteffen@apple.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants