]> git.proxmox.com Git - mirror_qemu.git/blobdiff - stubs/set-fd-handler.c
i386: Update new x86_apicid parsing rules with die_offset support
[mirror_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)