blob: 7fbdbd98b1ccf9a4a05b32b3a411f51a21bbf0dd [file] [log] [blame]
/* Generated by ./xlat/gen.sh from ./xlat/seccomp_filter_flags.in; do not edit. */
static const struct xlat seccomp_filter_flags[] = {
#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
XLAT(SECCOMP_FILTER_FLAG_TSYNC),
XLAT_END
};