• Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /* Generated by ./xlat/gen.sh from ./xlat/sigsys_codes.in; do not edit. */
2 
3 static const struct xlat sigsys_codes[] = {
4 #if !(defined(SYS_SECCOMP) || (defined(HAVE_DECL_SYS_SECCOMP) && HAVE_DECL_SYS_SECCOMP))
5 # define SYS_SECCOMP 1
6 #endif
7  XLAT(SYS_SECCOMP),
8  XLAT_END
9 };
10