mirror of
https://github.com/wolfpld/tracy.git
synced 2026-08-13 08:40:04 +00:00
__WORDSIZE has been relocated from bits/reg.h (now an empty header) to sys/reg.h in 2024: https://git.musl-libc.org/cgit/musl/commit/?id=e709a6f07ade208ba513f9225222336f30c304b0 And in any case, it's a private definition. Let's use a common documented define instead: https://gcc.gnu.org/onlinedocs/cpp/Common-Predefined-Macros.html Fixes symbol resolution on musl (particularly, postmarketOS aarch64).