From 11159530db4ec4e33d4fc4a30b237fa3a03a0834 Mon Sep 17 00:00:00 2001 From: etrunko Date: Thu, 7 Oct 2010 20:40:33 +0000 Subject: [PATCH] Ecore: No need to #define _GNU_SOURCE git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@53162 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- src/lib/ecore/ecore_thread.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/lib/ecore/ecore_thread.c b/src/lib/ecore/ecore_thread.c index d52c89b..e24e4c9 100644 --- a/src/lib/ecore/ecore_thread.c +++ b/src/lib/ecore/ecore_thread.c @@ -9,9 +9,6 @@ #ifdef EFL_HAVE_PTHREAD # include # ifdef __linux__ -# ifndef _GNU_SOURCE -# define _GNU_SOURCE 1 -# endif # include # include # include -- 2.7.4