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
Merge remote-tracking branch 'remotes/armbru/tags/pull-backends-2016-04-15' into...
[qemu/rayw.git]
/
stubs
/
fdset-add-fd.c
blob
bf9e60aed502a8bafc3d00f88d8611b4603cf2fc
1
#include
"qemu/osdep.h"
2
#include
"qemu-common.h"
3
#include
"monitor/monitor.h"
4
5
int
monitor_fdset_dup_fd_add
(
int64_t
fdset_id
,
int
dup_fd
)
6
{
7
return
-
1
;
8
}