]> Git Repo - qemu.git/blame_incremental - stubs/set-fd-handler.c
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
[qemu.git] / stubs / set-fd-handler.c
... / ...
CommitLineData
1#include "qemu-common.h"
2#include "qemu/main-loop.h"
3
4int qemu_set_fd_handler2(int fd,
5 IOCanReadHandler *fd_read_poll,
6 IOHandler *fd_read,
7 IOHandler *fd_write,
8 void *opaque)
9{
10 abort();
11}
This page took 0.021666 seconds and 4 git commands to generate.