These changes are the raw update to qemu-2.6.
[kvmfornfv.git] / qemu / stubs / fdset-get-fd.c
1 #include "qemu/osdep.h"
2 #include "qemu-common.h"
3 #include "monitor/monitor.h"
4
5 int monitor_fdset_get_fd(int64_t fdset_id, int flags)
6 {
7     return -1;
8 }