Sign in
qemu
/
qemu
/
3a3086b72ab723de9e0ffd705d01b82a8a9f3e49
/
.
/
stubs
/
fdset-find-fd.c
blob: 1d9caf37ecc63120862e7d567907e80f7b31488c [
file
] [
log
] [
blame
]
#include
"qemu/osdep.h"
#include
"qemu-common.h"
#include
"monitor/monitor.h"
int
monitor_fdset_dup_fd_find
(
int
dup_fd
)
{
return
-
1
;
}