fix: need to undef mainline define
[lttng-modules.git] / 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.023175 seconds and 4 git commands to generate.