]> Git Repo - qemu.git/blame - stubs/is-daemonized.c
OpenBIOS: switch over to official OpenBIOS git repo
[qemu.git] / stubs / is-daemonized.c
CommitLineData
87c9b5e0 1#include "qemu/osdep.h"
07a32d6b 2#include "qemu-common.h"
07a32d6b 3
a77e6b14
NN
4/* Win32 has its own inline stub */
5#ifndef _WIN32
07a32d6b
NN
6bool is_daemonized(void)
7{
a77e6b14 8 return false;
07a32d6b 9}
a77e6b14 10#endif
This page took 0.114207 seconds and 4 git commands to generate.