]> git.proxmox.com Git - mirror_qemu.git/blame_incremental - stubs/set-fd-handler.c
sockets: Fix socket_address_to_string() hostname truncation
[mirror_qemu.git] / stubs / set-fd-handler.c
... / ...
CommitLineData
1#include "qemu/osdep.h"
2#include "qemu-common.h"
3#include "qemu/main-loop.h"
4
5void qemu_set_fd_handler(int fd,
6 IOHandler *fd_read,
7 IOHandler *fd_write,
8 void *opaque)
9{
10 abort();
11}