[lttng-dev] [PATCH] Define _GNU_SOURCE to access CPU_ZERO() macro in uClibc

2012-02-04 Thread Thomas Petazzoni
Signed-off-by: Thomas Petazzoni --- tests/urcutorture.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/tests/urcutorture.c b/tests/urcutorture.c index 5e9b059..35096a6 100644 --- a/tests/urcutorture.c +++ b/tests/urcutorture.c @@ -1,3 +1,4 @@ +#define _GNU_SOURCE #inclu

Re: [lttng-dev] Follow-up on LTTng-UST static linking problem (probably fixed)

2012-02-04 Thread Mathieu Desnoyers
Hi Sébastien, Can you try with lttng-ust commit: commit 628e1d81fe575cfd281d8e0758b672b23d890c09 Author: Mathieu Desnoyers Date: Sat Feb 4 14:37:34 2012 -0500 Fix static provider linking: introduce TRACEPOINT_PROBE_DYNAMIC_LINKAGE We need to emit an unresolved symbol in the case