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

Fix a few more errno errors in win32unix #10309

Merged
merged 4 commits into from
Apr 18, 2021
Merged

Commits on Mar 24, 2021

  1. Configuration menu
    Copy the full SHA
    59007f7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aa28afb View commit details
    Browse the repository at this point in the history
  3. Correct typo in WSAENAMETOOLONG

    ENAMETOOLONG would never been returned since WSANAMETOOLONG was a typo.
    Since Winsock 2 is very much everywhere, there's no need to detect it.
    dra27 committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    bb1aa15 View commit details
    Browse the repository at this point in the history
  4. No system defines WSAENFILE

    dra27 committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    23660a5 View commit details
    Browse the repository at this point in the history