Define _GNU_SOURCE to access CPU_ZERO() macro in uClibc
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Wed, 8 Feb 2012 05:49:27 +0000 (00:49 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 8 Feb 2012 05:49:27 +0000 (00:49 -0500)
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
tests/urcutorture.c

index 5e9b0596fc1570a1b909d78687cb8c36c10419ce..35096a63f5843c38cbb68e3f87ed3f9b0210a5f2 100644 (file)
@@ -1,3 +1,4 @@
+#define _GNU_SOURCE
 #include <string.h>
 #include <sys/time.h>
 #include <poll.h>
This page took 0.025065 seconds and 4 git commands to generate.