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
memory: fix usage of find_next_bit and find_next_zero_bit
[qemu/rayw.git]
/
stubs
/
slirp.c
blob
dcae51f0e5c3e64f6ddeb31b8eda997072e1444a
1
#include
"qemu/osdep.h"
2
#include
"qemu-common.h"
3
#include
"slirp/slirp.h"
4
5
void
slirp_pollfds_fill
(
GArray
*
pollfds
,
uint32_t
*
timeout
)
6
{
7
}
8
9
void
slirp_pollfds_poll
(
GArray
*
pollfds
,
int
select_error
)
10
{
11
}
12