Sign in
qemu-android
/
qemu-android
/
7237aecd7e8fcc3ccf7fded77b6c127b4df5d3ac
/
.
/
stubs
/
fdset-get-fd.c
blob: 7112c155e3921384602bf6b69c8cf3be361f688f [
file
] [
log
] [
blame
]
#include
"qemu-common.h"
#include
"monitor/monitor.h"
int
monitor_fdset_get_fd
(
int64_t
fdset_id
,
int
flags
)
{
return
-
1
;
}