| Index: sandbox/linux/seccomp/sandbox_impl.h
|
| ===================================================================
|
| --- sandbox/linux/seccomp/sandbox_impl.h (revision 45661)
|
| +++ sandbox/linux/seccomp/sandbox_impl.h (working copy)
|
| @@ -598,7 +598,7 @@
|
|
|
| // The SEGV handler knows how to handle RDTSC instructions
|
| static void setupSignalHandlers();
|
| - static void (*segv())(int signo);
|
| + static void (*segv())(int signo, SysCalls::siginfo *context, void *unused);
|
|
|
| // If no specific handler has been registered for a system call, call this
|
| // function which asks the trusted thread to perform the call. This is used
|
|
|