aboutsummaryrefslogtreecommitdiff
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.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/stubs/set-fd-handler.c b/stubs/set-fd-handler.c
index acbe65c1da..26965de4c3 100644
--- a/stubs/set-fd-handler.c
+++ b/stubs/set-fd-handler.c
@@ -9,14 +9,3 @@ void qemu_set_fd_handler(int fd,
{
abort();
}
-
-void aio_set_fd_handler(AioContext *ctx,
- int fd,
- bool is_external,
- IOHandler *io_read,
- IOHandler *io_write,
- AioPollFn *io_poll,
- void *opaque)
-{
- abort();
-}