diff --git a/src/3rdparty/forkfd/forkfd.c b/src/3rdparty/forkfd/forkfd.c index c29ebc299d..f9e440494a 100644 --- a/src/3rdparty/forkfd/forkfd.c +++ b/src/3rdparty/forkfd/forkfd.c @@ -107,7 +107,7 @@ static int disable_fork_fallback(void) /* if there's no system forkfd, we have to use the fallback */ return system_has_forkfd(); #else - return false; + return 0; #endif }