aboutsummaryrefslogtreecommitdiff
path: root/stubs/is-daemonized.c
blob: 16ce7c732410b4790438768d52a967e251af3915 (plain)
1
2
3
4
5
6
7
#include "qemu-common.h"
#include "sysemu/os-posix.h"

bool is_daemonized(void)
{
    return true;
}