mirror of https://git.musl-libc.org/git/musl
Browse Source
commit 1b0d48517f wrongly copied the
getdents return type of int rather than matching the ssize_t used by
posix_getdents. this was overlooked in testing on 32-bit archs but
obviously broke 64-bit archs.
master
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue