Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Currently struct stat and struct stat64 are not coherent: struct stat is using st_dev, and struct stat64 is using st_fsid. st_dev is the more commonly-known name, already used by e.g. ~45 rust software in Debian, so better fix st_fsid into st_dev, rather than having to uselessly spend time hand-patching all these software. (backport <rust-lang#3785>) (cherry picked from commit 043043f)
- backport-docker-fixes
- (rust-lang/libc#4005)
- backport-shiitake
- (rust-lang/libc#4005)
- backport-time-b64
- (rust-lang/libc#4005)
- backport-tomato
- (rust-lang/libc#4005)
- diff-notes
- (rust-lang/libc#4005)
- edition-2015
- (rust-lang/libc#4005)
- libc-0.2
- (rust-lang/libc#4005)
- release-plz-2024-11-27T03-11-40Z
- (rust-lang/libc#4005)
- release-plz-2024-12-19T08-27-00Z
- (#2, rust-lang/libc#4005)
- rust-version
- (rust-lang/libc#4005)
- supported-versions
- (rust-lang/libc#4005)
- sync-branches
- (rust-lang/libc#4281, rust-lang/libc#4005)