fix: need to undef mainline define
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 16 Feb 2012 15:56:11 +0000 (10:56 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 16 Feb 2012 15:56:40 +0000 (10:56 -0500)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
instrumentation/events/lttng-module/signal.h

index 3fa7f5b1425a72678351fb1ef924498b8173ca07..f963c807f14f914f2a6ce552940e12f906f376f5 100644 (file)
@@ -10,6 +10,7 @@
 #define _TRACE_SIGNAL_DEF
 #include <linux/signal.h>
 #include <linux/sched.h>
+#undef TP_STORE_SIGINFO
 #define TP_STORE_SIGINFO(info)                                 \
                tp_assign(errno,                                \
                        (info == SEND_SIG_NOINFO || info == SEND_SIG_FORCED || info == SEND_SIG_PRIV) ? \
This page took 0.025504 seconds and 4 git commands to generate.