1/* Generated by ./xlat/gen.sh from ./xlat/seccomp_filter_flags.in; do not edit. */
2#if !(defined(SECCOMP_FILTER_FLAG_TSYNC) || (defined(HAVE_DECL_SECCOMP_FILTER_FLAG_TSYNC) && HAVE_DECL_SECCOMP_FILTER_FLAG_TSYNC))
3# define SECCOMP_FILTER_FLAG_TSYNC 1
4#endif
5
6#ifdef IN_MPERS
7
8# error static const struct xlat seccomp_filter_flags in mpers mode
9
10#else
11
12static
13const struct xlat seccomp_filter_flags[] = {
14 XLAT(SECCOMP_FILTER_FLAG_TSYNC),
15 XLAT_END
16};
17
18#endif /* !IN_MPERS */
19