repo.or.cz
/
qemu.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
[qemu.git]
/
stubs
/
fdset-find-fd.c
blob
4f18344bad9eb66e15daf020454e8c54e53cbda4
1
#include
"qemu-common.h"
2
#include
"monitor/monitor.h"
3
4
int
monitor_fdset_dup_fd_find
(
int
dup_fd
)
5
{
6
return
-
1
;
7
}