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