mirror of https://git.musl-libc.org/git/musl
Browse Source
this only matters on x32 (and perhaps future 32-on-64 abis for other archs); otherwise the type is long anyway. the cast through uintptr_t prevents nonsensical "sign extension" of pointers, and follows the principle that uintptr_t is the canonical integer type to which pointer conversion is safe.master
1 changed files with 2 additions and 1 deletions
Loading…
Reference in new issue