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