summaryrefslogtreecommitdiffstats
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.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/stubs/set-fd-handler.c b/stubs/set-fd-handler.c
index fc874d3..a8481bc 100644
--- a/stubs/set-fd-handler.c
+++ b/stubs/set-fd-handler.c
@@ -1,8 +1,7 @@
#include "qemu-common.h"
#include "qemu/main-loop.h"
-int qemu_set_fd_handler2(int fd,
- IOCanReadHandler *fd_read_poll,
+void qemu_set_fd_handler(int fd,
IOHandler *fd_read,
IOHandler *fd_write,
void *opaque)
OpenPOWER on IntegriCloud