commit | 18d885d76cc20183b820d2aac8127464dabe9521 | [log] [tgz] |
---|---|---|
author | Tim Pambor <tim.pambor@codewrights.de> | Wed Oct 08 15:31:27 2025 +0200 |
committer | Chris Friedt <chrisfriedt@gmail.com> | Sun Oct 12 10:58:20 2025 -0400 |
tree | f7325c69cfdbc3d28d4bb894d47fd28af5421c9b | |
parent | ecffdacb648a2e8a786e592fa9e6059e1b6ab0e1 [diff] |
tests: libc: thread: fix -Wformat errors Cast uintptr_t to unsigned long long and adjust format specifier accordingly to ensure compatibility on both 32-bit and 64-bit architectures. Signed-off-by: Tim Pambor <tim.pambor@codewrights.de>