don't __USE_GNU in urcu.h
authorMathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
Mon, 9 Feb 2009 17:06:53 +0000 (12:06 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
Mon, 9 Feb 2009 17:06:53 +0000 (12:06 -0500)
Not required. Let the .c do it.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
urcu.h

diff --git a/urcu.h b/urcu.h
index a32fb94247fcfa11e4f5330d5e278821ab3a1e04..2e8c0424abb0d413b6a64035ba05acced231d253 100644 (file)
--- a/urcu.h
+++ b/urcu.h
@@ -17,7 +17,6 @@
  * Distributed under GPLv2
  */
 
-#define __USE_GNU
 #include <stdlib.h>
 #include <pthread.h>
 
This page took 0.025662 seconds and 4 git commands to generate.