You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
musl defines nlink_t to be an unsigned 32-bit integer on mips64,
therefore changing the size of stat64 from 216 bytes to 208.
The current definition in the libc crate does not match this and
therefore defines stat64 wrong on mips64 musl, which results in bogus
readings of fields following st_nlink.
See
https://git.musl-libc.org/cgit/musl/tree/arch/mips64/bits/alltypes.h.in#n22
for the musl definition of nlink_t.
Signed-off-by: Jens Reidel <[email protected]>
0 commit comments