diff options
Diffstat (limited to 'compatfd.h')
-rw-r--r-- | compatfd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compatfd.h b/compatfd.h index fc3791520f..6b04877b97 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 |