Skip to content

0.1.178->0.1.179 regression: 32-bit musl struct stat fields #4913

@tgross35

Description

@tgross35

It looks like 793fa97 removed the st_atime + st_atime_nsec and similar fields, which should still exist under #[cfg(not(musl_v1_2_3))]. Result:

https://docs.rs/libc/0.2.179/i686-unknown-linux-musl/libc/struct.stat.html
vs.
https://docs.rs/libc/0.2.178/i686-unknown-linux-musl/libc/struct.stat.html.

Cc @xbjfk

Metadata

Metadata

Assignees

No one assigned

    Labels

    C-bugCategory: bugE-easyCall for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.E-help-wantedCall for participation: Help is requested to fix this issue.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions