mirror of
https://git.proxmox.com/git/qemu
synced 2025-06-14 10:03:06 +00:00
8 lines
116 B
C
8 lines
116 B
C
#include "qemu-common.h"
|
|
#include "monitor/monitor.h"
|
|
|
|
int monitor_fdset_dup_fd_find(int dup_fd)
|
|
{
|
|
return -1;
|
|
}
|