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