blob: ab9cab3c4450c3b0c11ccf41c46728e2a892136c [file] [log] [blame]
Tony SIM1d7a8942010-01-28 17:04:55 +09001/****************************************************************************
2 ****************************************************************************
3 ***
4 *** This header was automatically generated from a Linux kernel header
5 *** of the same name, to make information necessary for userspace to
6 *** call into the kernel available to libc. It contains only constants,
7 *** structures, and macros generated from the original header, and thus,
8 *** contains no copyrightable information.
9 ***
10 ****************************************************************************
11 ****************************************************************************/
12#ifndef __ASM_SECCOMP_H
13
14#include <linux/unistd.h>
15
16#define __NR_seccomp_read __NR_read
17#define __NR_seccomp_write __NR_write
18#define __NR_seccomp_exit __NR_exit
19#define __NR_seccomp_sigreturn __NR_rt_sigreturn
20
21#endif