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