| Index: sandbox/linux/seccomp-bpf/trap.h
 | 
| diff --git a/sandbox/linux/seccomp-bpf/trap.h b/sandbox/linux/seccomp-bpf/trap.h
 | 
| index bbddeb774e36a229be249a52c30dfb4d6a592dc3..50ac3fd1c376ba18aeb6f3a0444177ba44e4f842 100644
 | 
| --- a/sandbox/linux/seccomp-bpf/trap.h
 | 
| +++ b/sandbox/linux/seccomp-bpf/trap.h
 | 
| @@ -61,7 +61,7 @@ class SANDBOX_EXPORT Trap : public bpf_dsl::TrapRegistry {
 | 
|  
 | 
|    // Make sure that SigSys is not inlined in order to get slightly better crash
 | 
|    // dumps.
 | 
| -  void SigSys(int nr, LinuxSigInfo* info, void* void_context)
 | 
| +  void SigSys(int nr, LinuxSigInfo* info, ucontext_t* ctx)
 | 
|        __attribute__((noinline));
 | 
|    // We have a global singleton that handles all of our SIGSYS traps. This
 | 
|    // variable must never be deallocated after it has been set up initially, as
 | 
| 
 |