Index: sandbox/linux/seccomp-bpf-helpers/sigsys_handlers.cc |
diff --git a/sandbox/linux/seccomp-bpf-helpers/sigsys_handlers.cc b/sandbox/linux/seccomp-bpf-helpers/sigsys_handlers.cc |
index c4a6f92c01d423521aee83ffcaf2e4cc35f4e82a..6b959ac928c0091904c4445dc01685e5ff679925 100644 |
--- a/sandbox/linux/seccomp-bpf-helpers/sigsys_handlers.cc |
+++ b/sandbox/linux/seccomp-bpf-helpers/sigsys_handlers.cc |
@@ -180,4 +180,8 @@ const char* GetIoctlErrorMessageContentForTests() { |
return SECCOMP_MESSAGE_IOCTL_CONTENT; |
} |
+const char* GetKillErrorMessageContentForTests() { |
+ return SECCOMP_MESSAGE_KILL_CONTENT; |
+} |
+ |
} // namespace sandbox. |