aboutsummaryrefslogtreecommitdiff
path: root/syscall_wrapper.h
blob: ffdf707c8a0e5a0dcd115738ca7a309cea108c2d (plain)
1
2
3
4
5
6
/* Copyright 2016 The Chromium OS Authors. All rights reserved.
 * Use of this source code is governed by a BSD-style license that can be
 * found in the LICENSE file.
 */

int sys_seccomp(unsigned int operation, unsigned int flags, void *args);