From f97eaafb28e11d68919a6d53278b117343f33d60 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Thu, 16 Feb 2012 10:56:11 -0500 Subject: [PATCH] fix: need to undef mainline define Signed-off-by: Mathieu Desnoyers --- instrumentation/events/lttng-module/signal.h | 1 + 1 file changed, 1 insertion(+) diff --git a/instrumentation/events/lttng-module/signal.h b/instrumentation/events/lttng-module/signal.h index 3fa7f5b1..f963c807 100644 --- a/instrumentation/events/lttng-module/signal.h +++ b/instrumentation/events/lttng-module/signal.h @@ -10,6 +10,7 @@ #define _TRACE_SIGNAL_DEF #include #include +#undef TP_STORE_SIGINFO #define TP_STORE_SIGINFO(info) \ tp_assign(errno, \ (info == SEND_SIG_NOINFO || info == SEND_SIG_FORCED || info == SEND_SIG_PRIV) ? \ -- 2.34.1