repo.or.cz
/
qemu
/
rayw.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
tests: Resort check-qtest entries in Makefile.include
[qemu/rayw.git]
/
stubs
/
fdset-get-fd.c
blob
5325044b5a53df6840802a72eb89c61bd1e172d9
1
#include
"qemu/osdep.h"
2
#include
"qemu-common.h"
3
#include
"monitor/monitor.h"
4
5
int
monitor_fdset_get_fd
(
int64_t
fdset_id
,
int
flags
)
6
{
7
return
-
1
;
8
}