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 build on arm and s390x after recent libc changes #1055

Merged
merged 1 commit into from
May 17, 2019

Commits on May 17, 2019

  1. Fix build on arm and s390x after recent libc changes

    libc just removed some symbols on linux/arm32 and linux/s390x that never
    should've been defined in the first place.
    
    rust-lang/libc@24f8972
    rust-lang/libc@d269543
    asomers committed May 17, 2019
    Configuration menu
    Copy the full SHA
    196b05b View commit details
    Browse the repository at this point in the history