C++程序  |  14行  |  424 B

/* Generated by ./xlat/gen.sh from ./xlat/pr_tsc.in; do not edit. */

static const struct xlat pr_tsc[] = {
#if !(defined(PR_TSC_ENABLE) || (defined(HAVE_DECL_PR_TSC_ENABLE) && HAVE_DECL_PR_TSC_ENABLE))
# define PR_TSC_ENABLE 1
#endif
 XLAT(PR_TSC_ENABLE),
#if !(defined(PR_TSC_SIGSEGV) || (defined(HAVE_DECL_PR_TSC_SIGSEGV) && HAVE_DECL_PR_TSC_SIGSEGV))
# define PR_TSC_SIGSEGV 2
#endif
 XLAT(PR_TSC_SIGSEGV),
 XLAT_END
};