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