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