Skip to content
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

std: Fix usage of SOCK_CLOEXEC #34946

Merged
merged 1 commit into from
Jul 28, 2016
Merged

std: Fix usage of SOCK_CLOEXEC #34946

merged 1 commit into from
Jul 28, 2016

Commits on Jul 21, 2016

  1. std: Fix usage of SOCK_CLOEXEC

    This code path was intended to only get executed on Linux, but unfortunately the
    `cfg!` was malformed so it actually never got executed.
    alexcrichton committed Jul 21, 2016
    Configuration menu
    Copy the full SHA
    15cd5a1 View commit details
    Browse the repository at this point in the history