2014-05-27 15:07:10 +03:00
|
|
|
#include "qemu-common.h"
|
|
|
|
|
2014-06-10 13:03:23 +03:00
|
|
|
/* Win32 has its own inline stub */
|
|
|
|
#ifndef _WIN32
|
2014-05-27 15:07:10 +03:00
|
|
|
bool is_daemonized(void)
|
|
|
|
{
|
2014-06-10 13:03:23 +03:00
|
|
|
return false;
|
2014-05-27 15:07:10 +03:00
|
|
|
}
|
2014-06-10 13:03:23 +03:00
|
|
|
#endif
|