summaryrefslogtreecommitdiffstats
path: root/qemu/stubs/set-fd-handler.c
diff options
context:
space:
mode:
Diffstat (limited to 'qemu/stubs/set-fd-handler.c')
-rw-r--r--qemu/stubs/set-fd-handler.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/qemu/stubs/set-fd-handler.c b/qemu/stubs/set-fd-handler.c
new file mode 100644
index 000000000..a8481bc3c
--- /dev/null
+++ b/qemu/stubs/set-fd-handler.c
@@ -0,0 +1,10 @@
+#include "qemu-common.h"
+#include "qemu/main-loop.h"
+
+void qemu_set_fd_handler(int fd,
+ IOHandler *fd_read,
+ IOHandler *fd_write,
+ void *opaque)
+{
+ abort();
+}