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
hw/block/nvme.c: Use pow2ceil() rather than hand-calculation
[qemu/ar7.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
}