aboutsummaryrefslogtreecommitdiffstats
path: root/stubs/fdset-remove-fd.c
diff options
context:
space:
mode:
Diffstat (limited to 'stubs/fdset-remove-fd.c')
-rw-r--r--stubs/fdset-remove-fd.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/stubs/fdset-remove-fd.c b/stubs/fdset-remove-fd.c
new file mode 100644
index 00000000..7f6d61e6
--- /dev/null
+++ b/stubs/fdset-remove-fd.c
@@ -0,0 +1,6 @@
+#include "qemu-common.h"
+#include "monitor/monitor.h"
+
+void monitor_fdset_dup_fd_remove(int dupfd)
+{
+}