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

libc: Fix definition of sockaddr_storage on 32-bit linux #23450

Merged
merged 1 commit into from
Mar 18, 2015

Commits on Mar 17, 2015

  1. libc: Fix definition of sockaddr_storage on 32-bit linux

    The alignment field is actually a "pointer sized" type instead of always i64,
    requiring that the size of the padding field is also calculated slightly
    differently.
    
    Closes rust-lang#23425
    alexcrichton committed Mar 17, 2015
    Configuration menu
    Copy the full SHA
    71982c2 View commit details
    Browse the repository at this point in the history