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 libc deprecations #1072

Merged
merged 7 commits into from
Jun 3, 2019
Merged

Fix libc deprecations #1072

merged 7 commits into from
Jun 3, 2019

Commits on May 31, 2019

  1. Configuration menu
    Copy the full SHA
    ee43904 View commit details
    Browse the repository at this point in the history
  2. libc::uint32_t -> rust u32

    dario23 committed May 31, 2019
    Configuration menu
    Copy the full SHA
    aa86dba View commit details
    Browse the repository at this point in the history
  3. fix more uintXY_t instances

    dario23 committed May 31, 2019
    Configuration menu
    Copy the full SHA
    3bfd0da View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2019

  1. Fix test_pthread_self on musl

    On musl, pthread_t is a pointer type.
    asomers committed Jun 3, 2019
    Configuration menu
    Copy the full SHA
    974320d View commit details
    Browse the repository at this point in the history
  2. Fix the build on Linux/mips with recent libc

    libc just undefined MADV_SOFT_OFFLINE on mips.
    rust-lang/libc#1365
    
    Fixes nix-rust#1074
    asomers committed Jun 3, 2019
    Configuration menu
    Copy the full SHA
    d9d908f View commit details
    Browse the repository at this point in the history
  3. Fix build on Android with recent libc

    libc just changed the signedness of sigaction.sa_flags for Android.
    rust-lang/libc@841b3eb
    asomers committed Jun 3, 2019
    Configuration menu
    Copy the full SHA
    3c992d4 View commit details
    Browse the repository at this point in the history
  4. Update libc dependency to 0.2.57

    There were some breaking changes between 0.2.55 and 0.2.57.  Now Nix
    will only work with the later version.
    asomers committed Jun 3, 2019
    Configuration menu
    Copy the full SHA
    59fabaf View commit details
    Browse the repository at this point in the history