From 04fad4af7943bdb975fb65b9ebe31335c6dae3fb Mon Sep 17 00:00:00 2001 From: Felix Janda Date: Sun, 10 May 2015 21:38:01 +0200 Subject: [PATCH 2/2] headers: Protect against redefinition of ptrace_peeksiginfo_args --- headers.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/headers.h b/headers.h index 42b7c25..0b6b799 100644 --- a/headers.h +++ b/headers.h @@ -129,6 +129,7 @@ # include #endif +#define ptrace_peeksiginfo_args FU_ptrace_peeksiginfo_args #ifdef __ia64__ /* what a pos */ # define ia64_fpreg FU_ia64_fpreg # define pt_all_user_regs FU_pt_all_user_regs @@ -141,6 +142,7 @@ #endif #undef FU_ia64_fpreg #undef FU_pt_all_user_regs +#undef FU_ptrace_peeksiginfo_args #ifdef HAVE_CONFIG_H # include "localdecls.h" -- 2.3.6