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