]> Git Repo - qemu.git/blobdiff - stubs/set-fd-handler.c
i386: hvf: Drop useless declarations in sysemu
[qemu.git] / stubs / set-fd-handler.c
index 25cca8c4337bfc2c8e7acbf77c2db7c66196df0d..bff7e0a45a6562d41d6d5c57ef89cec0b028a80c 100644 (file)
@@ -1,16 +1,7 @@
-#include "qemu-common.h"
+#include "qemu/osdep.h"
 #include "qemu/main-loop.h"
 
-int qemu_set_fd_handler(int fd,
-                        IOHandler *fd_read,
-                        IOHandler *fd_write,
-                        void *opaque)
-{
-    abort();
-}
-
-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)
This page took 0.024926 seconds and 4 git commands to generate.