mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-12-11 16:00:50 -07:00
7 lines
117 B
C
7 lines
117 B
C
#include "qemu-common.h"
|
|
#include "monitor/monitor.h"
|
|
|
|
int monitor_fdset_dup_fd_remove(int dupfd)
|
|
{
|
|
return -1;
|
|
}
|