+3
−9
include/qemu/compatfd.h
deleted100644 → 0
+0
−42
+28
−0
+0
−1
+1
−4
Loading
The cast is there because sigbus_handler is invoked via sigfd_handler.
But it feels just wrong to use struct qemu_signalfd_siginfo in the
prototype of a function that is passed to sigaction.
Instead, do a simple-minded conversion of qemu_signalfd_siginfo to
siginfo_t.
Signed-off-by:
Paolo Bonzini <pbonzini@redhat.com>