aboutsummaryrefslogtreecommitdiff
path: root/xlat/seccomp_filter_flags.h
blob: 5c0decd56170986404fce5828ed7029f6845bee9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/* Generated by ./xlat/gen.sh from ./xlat/seccomp_filter_flags.in; do not edit. */
#if !(defined(SECCOMP_FILTER_FLAG_TSYNC) || (defined(HAVE_DECL_SECCOMP_FILTER_FLAG_TSYNC) && HAVE_DECL_SECCOMP_FILTER_FLAG_TSYNC))
# define SECCOMP_FILTER_FLAG_TSYNC 1
#endif

#ifdef IN_MPERS

# error static const struct xlat seccomp_filter_flags in mpers mode

#else

static
const struct xlat seccomp_filter_flags[] = {
 XLAT(SECCOMP_FILTER_FLAG_TSYNC),
 XLAT_END
};

#endif /* !IN_MPERS */