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

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Sat Feb 4 09:49:02 EST 2012


Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
---
 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
 #include <string.h>
 #include <sys/time.h>
 #include <poll.h>
-- 
1.7.4.1




More information about the lttng-dev mailing list