Sign in
qemu
/
qemu
/
da34e65cb4025728566d6504a99916f6e7e1dd6a
/
.
/
stubs
/
fdset-get-fd.c
blob: 5325044b5a53df6840802a72eb89c61bd1e172d9 [
file
] [
log
] [
blame
]
#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
;
}