DEBSOURCES
Skip Quicknav
sources / qemu / 1%3A2.1%2Bdfsg-11 / stubs / is-daemonized.c
123456789
#include "qemu-common.h" /* Win32 has its own inline stub */ #ifndef _WIN32 bool is_daemonized(void) { return false; } #endif