Ecore: No need to #define _GNU_SOURCE
authoretrunko <etrunko@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 7 Oct 2010 20:40:33 +0000 (20:40 +0000)
committeretrunko <etrunko@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 7 Oct 2010 20:40:33 +0000 (20:40 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@53162 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/ecore/ecore_thread.c

index d52c89b..e24e4c9 100644 (file)
@@ -9,9 +9,6 @@
 #ifdef EFL_HAVE_PTHREAD
 # include <pthread.h>
 # ifdef __linux__
-#  ifndef _GNU_SOURCE
-#   define _GNU_SOURCE 1
-#  endif
 #  include <sched.h>
 #  include <sys/time.h>
 #  include <sys/resource.h>