On 10/24/24 20:59, Ilya Leoshkevich wrote:
Add a function for sending signals to individual threads. It does not make
sense on Windows, so do not provide an implementation, so that if someone
uses it by accident, they will get a linker error.

Signed-off-by: Ilya Leoshkevich<i...@linux.ibm.com>
---
  include/qemu/osdep.h |  9 +++++++++
  util/oslib-posix.c   | 15 +++++++++++++++
  2 files changed, 24 insertions(+)

I am annoyed that musl does not have tgkill in <signal.h>.

Reviewed-by: Richard Henderson <richard.hender...@linaro.org>

r~

Reply via email to