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