summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lldb/source/Host/posix/HostProcessPosix.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/lldb/source/Host/posix/HostProcessPosix.cpp b/lldb/source/Host/posix/HostProcessPosix.cpp
index 1e5a62ffb62..4618de4711d 100644
--- a/lldb/source/Host/posix/HostProcessPosix.cpp
+++ b/lldb/source/Host/posix/HostProcessPosix.cpp
@@ -16,6 +16,8 @@
using namespace lldb_private;
+const lldb::pid_t HostProcessPosix::kInvalidProcessId = 0;
+
HostProcessPosix::HostProcessPosix()
: m_pid(kInvalidProcessId)
{
OpenPOWER on IntegriCloud