From f159359f65c9b3be9fea2c1e98e44d95105cd13d Mon Sep 17 00:00:00 2001 From: Sandboxed API Team Date: Fri, 21 May 2021 02:59:06 -0700 Subject: [PATCH] Automated rollback of commit 5bb161b0db392eab78412cbd96b1898c3fbf1d30. PiperOrigin-RevId: 375047066 Change-Id: I09ce8aafa92337c79a61f0f757ec66be2b2cefdc --- sandboxed_api/sandbox2/monitor.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sandboxed_api/sandbox2/monitor.cc b/sandboxed_api/sandbox2/monitor.cc index 8d5242b..045d7a4 100644 --- a/sandboxed_api/sandbox2/monitor.cc +++ b/sandboxed_api/sandbox2/monitor.cc @@ -950,7 +950,7 @@ void Monitor::StateProcessStopped(pid_t pid, int status) { should_dump_stack_ = false; } -#if !defined(PTRACE_EVENT_STOP) +#ifndef PTRACE_EVENT_STOP #define PTRACE_EVENT_STOP 128 #endif