aboutsummaryrefslogtreecommitdiffstats
path: root/stubs/set-fd-handler.c
diff options
context:
space:
mode:
Diffstat (limited to 'stubs/set-fd-handler.c')
-rw-r--r--stubs/set-fd-handler.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/stubs/set-fd-handler.c b/stubs/set-fd-handler.c
new file mode 100644
index 00000000..a8481bc3
--- /dev/null
+++ b/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();
+}