| Index: sandbox/linux/seccomp/syscall_table.h
|
| ===================================================================
|
| --- sandbox/linux/seccomp/syscall_table.h (revision 31339)
|
| +++ sandbox/linux/seccomp/syscall_table.h (working copy)
|
| @@ -16,7 +16,7 @@
|
|
|
| struct SyscallTable {
|
| void *handler;
|
| - bool (*trustedProcess)(int parentProc, int sandboxFd, int threadFdPub,
|
| + bool (*trustedProcess)(int parentMapsFd, int sandboxFd, int threadFdPub,
|
| int threadFd, SecureMemArgs* mem);
|
| };
|
| extern const struct SyscallTable syscallTable[]
|
|
|