Files
qemu/util
Daniel P. Berrangé b8c2426157 util: fix use of pthread_get_name_np on OpenBSD
The pthread_get_name_np function is present on FreeBSD and OpenBSD
and has 'void' return not 'int'. We didn't notice this build problem
on FreeBSD since it also has pthread_getname_np which does return
int like Linux and we use the latter preferentially.

Fixes: 215235d365
Closes: https://gitlab.com/qemu-project/qemu/-/work_items/3399
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Message-ID: <20260417120531.2215549-1-berrange@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
2026-04-27 08:39:44 +02:00
..
2026-01-22 11:23:31 +00:00
2025-01-16 20:57:17 -08:00
2026-04-22 12:51:51 +04:00
2024-09-20 10:00:27 +03:00
2025-10-01 08:33:24 +02:00
2025-03-10 17:07:16 +08:00
2025-01-29 11:43:04 -03:00
2026-04-22 12:51:51 +04:00
2026-04-23 12:27:27 +02:00
2025-12-27 10:11:12 +01:00
2026-04-22 12:51:51 +04:00