Sign in
◑
Theme
qemu-android
/
qemu-android
/
88770fec6c8daeb96c1f5cdbedff9df173431fd6
/
.
/
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
;
}