Files
tracy/public/client
Ivan Molodetskikh 16a148f0be Replace __WORDSIZE with __SIZEOF_POINTER__
__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).
2026-07-06 18:57:31 +03:00
..
2025-07-16 12:51:16 +02:00
2022-07-30 13:29:57 +02:00
2026-03-04 21:42:14 -08:00
2026-06-20 17:09:26 -05:00
2022-07-20 01:06:12 +02:00
2023-03-10 00:23:09 +01:00
2026-06-04 12:08:53 +02:00