projects
/
sdk
/
emulator
/
qemu.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
build: replace weak symbols with a static library
[sdk/emulator/qemu.git]
/
stubs
/
fdset-get-fd.c
1
#include "qemu-common.h"
2
#include "monitor.h"
3
4
int monitor_fdset_get_fd(int64_t fdset_id, int flags)
5
{
6
return -1;
7
}