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

Support AIX operating system #2894

Merged
merged 1 commit into from Feb 22, 2023
Merged

Support AIX operating system #2894

merged 1 commit into from Feb 22, 2023

Commits on Feb 22, 2023

  1. Support AIX operating system

    This change adds rather complete definitions and declarations from AIX
    system headers, with little modification to fit the assumption in some
    crates or other targets in libc.
    
    Currently only 64-bit PowerPC targets on AIX are proposed, so
    definitions depending on pointer width are located in powerpc64 module.
    
    Thanks to initial work from Etienne Guesnet, this patch is based on it
    (rust-lang#2278).
    ecnelises committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    f53a099 View commit details
    Browse the repository at this point in the history