repo.or.cz
/
qemu
/
armbru.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
qapi: Fix code generated for optional conditional struct member
[qemu/armbru.git]
/
stubs
/
is-daemonized.c
blob
8f63325bb2211a04a8763c505a95d1e3baefac4a
1
#include
"qemu/osdep.h"
2
3
/* Win32 has its own inline stub */
4
#ifndef _WIN32
5
bool
is_daemonized
(
void
)
6
{
7
return false
;
8
}
9
#endif