Sign in
qemu
/
qemu
/
4f75b52a07e0a0e71c1c81d0cb0ddf9c52c8e1bc
/
.
/
stubs
/
is-daemonized.c
blob: c0ee9171a72d78dc5ef5f16eb7baf40c9020a74b [
file
] [
log
] [
blame
]
#include
"qemu-common.h"
/* Win32 has its own inline stub */
#ifndef
_WIN32
bool
is_daemonized
(
void
)
{
return
false
;
}
#endif