repo.or.cz
/
qemu
/
ar7.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 'qemu/master'
[qemu/ar7.git]
/
stubs
/
fdset-remove-fd.c
blob
b3886d9f45c30423ad4719ea27b97ea7bb976ff0
1
#include
"qemu-common.h"
2
#include
"monitor/monitor.h"
3
4
int
monitor_fdset_dup_fd_remove
(
int
dupfd
)
5
{
6
return
-
1
;
7
}