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

Switch to libc definitons of errno constants #807

Merged
merged 4 commits into from
Dec 8, 2017

Commits on Dec 5, 2017

  1. Switch to libc definitons of errno constants

    Bryant Mairs committed Dec 5, 2017
    Configuration menu
    Copy the full SHA
    28d8226 View commit details
    Browse the repository at this point in the history
  2. Remove nix-test subcrate

    This was doing testing for errno constants and a few other
    types that is no longer necessary now that these types are
    all tested within the libc project itself.
    Bryant Mairs committed Dec 5, 2017
    Configuration menu
    Copy the full SHA
    4013fa4 View commit details
    Browse the repository at this point in the history
  3. Remove redundant constant tests

    Now that these constants are verified within libc,
    these tests are no longer necessary.
    Bryant Mairs committed Dec 5, 2017
    Configuration menu
    Copy the full SHA
    c1a02f3 View commit details
    Browse the repository at this point in the history
  4. Derive Eq for Errno

    Bryant Mairs committed Dec 5, 2017
    Configuration menu
    Copy the full SHA
    a79d228 View commit details
    Browse the repository at this point in the history