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