X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=main-loop.h;h=dce1cd9d7cab443aca8a563322c7881586cf8605;hb=a8170e5e97ad17ca169c64ba87ae2f53850dab4c;hp=c06b8bc441f9e424aaa10dd9836c27f12bf7dff2;hpb=f5eef2cf66f3c343c0a529fa10ae0ba2b5da855d;p=mirror_qemu.git diff --git a/main-loop.h b/main-loop.h index c06b8bc441..dce1cd9d7c 100644 --- a/main-loop.h +++ b/main-loop.h @@ -25,11 +25,7 @@ #ifndef QEMU_MAIN_LOOP_H #define QEMU_MAIN_LOOP_H 1 -#ifdef SIGRTMIN -#define SIG_IPI (SIGRTMIN+4) -#else #define SIG_IPI SIGUSR1 -#endif /** * qemu_init_main_loop: Set up the process so that it can run the main loop.