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