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/pci-bridge: Fix invalid free()
[qemu/ar7.git]
/
stubs
/
is-daemonized.c
blob
d5cd1dc371343787b40f0a731940f54a7af49a6e
1
#include
"qemu/osdep.h"
2
#include
"qemu-common.h"
3
4
/* Win32 has its own inline stub */
5
#ifndef _WIN32
6
bool
is_daemonized
(
void
)
7
{
8
return false
;
9
}
10
#endif