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