Ecore: No need to #define _GNU_SOURCE

SVN revision: 53162
This commit is contained in:
Eduardo de Barros Lima 2010-10-07 20:40:33 +00:00
parent f61a1cb5cb
commit 2f1827d132
1 changed files with 0 additions and 3 deletions

View 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>