Automated rollback of commit e97ecfb955.

PiperOrigin-RevId: 375044368
Change-Id: Ib8bcf5d67e70fb37ef330c1433056343674a9f14
This commit is contained in:
Sandboxed API Team 2021-05-21 02:37:42 -07:00 committed by Copybara-Service
parent e97ecfb955
commit 5bb161b0db

View File

@ -950,7 +950,7 @@ void Monitor::StateProcessStopped(pid_t pid, int status) {
should_dump_stack_ = false;
}
#ifndef PTRACE_EVENT_STOP
#if !defined(PTRACE_EVENT_STOP)
#define PTRACE_EVENT_STOP 128
#endif