1 /* Generated by ./xlat/gen.sh from ./xlat/sigsys_codes.in; do not edit. */ 2 #if !(defined(SYS_SECCOMP) || (defined(HAVE_DECL_SYS_SECCOMP) && HAVE_DECL_SYS_SECCOMP)) 3 # define SYS_SECCOMP 1 4 #endif 5 6 #ifdef IN_MPERS 7 8 extern const struct xlat sigsys_codes[]; 9 10 #else 11 12 # if !(defined HAVE_M32_MPERS || defined HAVE_MX32_MPERS) 13 static 14 # endif 15 const struct xlat sigsys_codes[] = { 16 XLAT(SYS_SECCOMP), 17 XLAT_END 18 }; 19 20 #endif /* !IN_MPERS */ 21