Commit 9d176e35 authored by François Revol's avatar François Revol Committed by Max Kellermann

unix/Daemon: define WCOREDUMP() for platforms that don't support it

Haiku does not dump core, it just starts the debugger.
parent cd2e8c6e
......@@ -37,6 +37,10 @@
#include <grp.h>
#endif
#ifndef WCOREDUMP
#define WCOREDUMP(v) 0
#endif
static constexpr Domain daemon_domain("daemon");
#ifndef WIN32
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment