Automated rollback of commit 5bb161b0db.

PiperOrigin-RevId: 375047066
Change-Id: I09ce8aafa92337c79a61f0f757ec66be2b2cefdc
This commit is contained in:
Sandboxed API Team 2021-05-21 02:59:06 -07:00 committed by Copybara-Service
parent 5bb161b0db
commit f159359f65

View File

@ -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