Internal change

PiperOrigin-RevId: 375038366
Change-Id: I9180c2dc544d5ba12a73a67f5613e0c44e962505
This commit is contained in:
Christian Blichmann 2021-05-21 01:44:24 -07:00 committed by Copybara-Service
parent ab469deac3
commit e97ecfb955

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