mirror of
https://github.com/xemu-project/xemu.git
synced 2025-02-07 12:48:02 +00:00
8 lines
117 B
C
8 lines
117 B
C
#include "qemu-common.h"
|
|
#include "monitor/monitor.h"
|
|
|
|
int monitor_fdset_dup_fd_remove(int dupfd)
|
|
{
|
|
return -1;
|
|
}
|