mirror of https://git.musl-libc.org/git/musl
Browse Source
POSIX specifies the result to have signed 32-bit range. on 32-bit archs, the implicit conversion to long achieved the desired range already, but when long is 64-bit, a cast is needed. patch by Ed Schouten.master
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue