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