X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=compatfd.h;h=6b04877b97063381fb7c51bcdaaf69c938a35f68;hb=ff5acedd8f472a39b2e11d0fad79d0e9b6c140c2;hp=fc3791520f3209a074d1f0b8b210940692bb836d;hpb=b907b69dd75415bc28349d1dd1e9a598ddace463;p=qemu.git diff --git a/compatfd.h b/compatfd.h index fc3791520..6b04877b9 100644 --- a/compatfd.h +++ b/compatfd.h @@ -39,5 +39,6 @@ struct qemu_signalfd_siginfo { }; int qemu_signalfd(const sigset_t *mask); +bool qemu_signalfd_available(void); #endif