mirror of
https://git.proxmox.com/git/qemu
synced 2025-06-14 08:41:56 +00:00
8 lines
133 B
C
8 lines
133 B
C
#include "qemu-common.h"
|
|
#include "monitor/monitor.h"
|
|
|
|
int monitor_fdset_dup_fd_add(int64_t fdset_id, int dup_fd)
|
|
{
|
|
return -1;
|
|
}
|