projects
/
qemu.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
libqemustub: sysbus_get_default() stub
[qemu.git]
/
stubs
/
fdset-remove-fd.c
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
}
This page took
0.02307 seconds
and
4
git commands to generate.