// Copyright 2014 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "sandbox/linux/bpf_dsl/policy.h" #include <errno.h> #include "sandbox/linux/bpf_dsl/bpf_dsl.h" namespace sandbox { namespace bpf_dsl { ResultExpr Policy::InvalidSyscall() const { … } } // namespace bpf_dsl } // namespace sandbox