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