Home | History | Annotate | Download | only in xlat
      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 	XLAT(SYS_SECCOMP),
      6 #endif
      7 	XLAT_END
      8 };
      9