summaryrefslogtreecommitdiffstats
path: root/sandbox/linux/seccomp/sandbox.h
diff options
context:
space:
mode:
Diffstat (limited to 'sandbox/linux/seccomp/sandbox.h')
-rw-r--r--sandbox/linux/seccomp/sandbox.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/sandbox/linux/seccomp/sandbox.h b/sandbox/linux/seccomp/sandbox.h
deleted file mode 100644
index 8f49575..0000000
--- a/sandbox/linux/seccomp/sandbox.h
+++ /dev/null
@@ -1,12 +0,0 @@
-// Copyright (c) 2010 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#ifndef SANDBOX_H__
-#define SANDBOX_H__
-
-extern "C" int SupportsSeccompSandbox(int proc_fd);
-extern "C" void SeccompSandboxSetProcSelfMaps(int proc_self_maps);
-extern "C" void StartSeccompSandbox();
-
-#endif // SANDBOX_H__