blob: 19c63f8d0d92fbae91989807710915832a15eb2a [file] [log] [blame]
Elliott Hughes82728372014-06-06 22:49:31 -07001/* Generated by ./xlat/gen.sh from ./xlat/sigsys_codes.in; do not edit. */
2
3static const struct xlat sigsys_codes[] = {
Elliott Hughesc3d43082015-04-06 17:00:50 -07004#if !(defined(SYS_SECCOMP) || (defined(HAVE_DECL_SYS_SECCOMP) && HAVE_DECL_SYS_SECCOMP))
5# define SYS_SECCOMP 1
Elliott Hughes82728372014-06-06 22:49:31 -07006#endif
Elliott Hughesc3d43082015-04-06 17:00:50 -07007 XLAT(SYS_SECCOMP),
Elliott Hughes0328d0a2015-03-18 11:18:43 -07008 XLAT_END
Elliott Hughes82728372014-06-06 22:49:31 -07009};