blob: 7fbdbd98b1ccf9a4a05b32b3a411f51a21bbf0dd [file] [log] [blame]
Elliott Hughesdfc64182015-03-18 11:28:15 -07001/* Generated by ./xlat/gen.sh from ./xlat/seccomp_filter_flags.in; do not edit. */
2
3static const struct xlat seccomp_filter_flags[] = {
4#if !(defined(SECCOMP_FILTER_FLAG_TSYNC) || (defined(HAVE_DECL_SECCOMP_FILTER_FLAG_TSYNC) && HAVE_DECL_SECCOMP_FILTER_FLAG_TSYNC))
5# define SECCOMP_FILTER_FLAG_TSYNC 1
6#endif
7 XLAT(SECCOMP_FILTER_FLAG_TSYNC),
8 XLAT_END
9};