Sign in
◑
Theme
qemu-android
/
qemu-android
/
7a4e543de6637cda4dcc4a060b9225a863f7c721
/
.
/
stubs
/
fdset-get-fd.c
blob: 5325044b5a53df6840802a72eb89c61bd1e172d9 [
file
]
#include
"qemu/osdep.h"
#include
"qemu-common.h"
#include
"monitor/monitor.h"
int
monitor_fdset_get_fd
(
int64_t
fdset_id
,
int
flags
)
{
return
-
1
;
}