Sign in
qemu-android
/
qemu-android
/
465bee1da82e43f18d10c43cc7566d0284ad13a9
/
.
/
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
;
}