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

musl 1.2.x support #2088

Closed
wants to merge 3 commits into from
Closed

musl 1.2.x support #2088

wants to merge 3 commits into from

Commits on Feb 28, 2021

  1. Configuration menu
    Copy the full SHA
    05c268e View commit details
    Browse the repository at this point in the history
  2. musl: define time_t as i64 type.

    musl 1.1 maintenance has for all practical purposes ended.  Accordingly, there is
    no point in supporting both 1.1 and 1.2 in the libc crate, so follow the
    time_t type transition to 64-bit.
    kaniini committed Feb 28, 2021
    Configuration menu
    Copy the full SHA
    b133c06 View commit details
    Browse the repository at this point in the history
  3. musl: fix utmpx struct layout

    - add padding members for musl 1.2
    - ensure the padding members have an appropriate type (always c_int)
    kaniini committed Feb 28, 2021
    Configuration menu
    Copy the full SHA
    18753f7 View commit details
    Browse the repository at this point in the history