repo.or.cz
/
qemu
/
cris-port.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
qom: Add error handler for object alias property
[qemu/cris-port.git]
/
stubs
/
is-daemonized.c
blob
c0ee9171a72d78dc5ef5f16eb7baf40c9020a74b
1
#include
"qemu-common.h"
2
3
/* Win32 has its own inline stub */
4
#ifndef _WIN32
5
bool
is_daemonized
(
void
)
6
{
7
return false
;
8
}
9
#endif