Evas common: Use _GNU_SOURCE instead of __USE_GNU.
authortasn <tasn@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 15 Mar 2011 14:23:07 +0000 (14:23 +0000)
committertasn <tasn@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 15 Mar 2011 14:23:07 +0000 (14:23 +0000)
Thanks to aissen for letting us know.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@57764 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/include/evas_common.h

index 07203c3..81849a6 100644 (file)
@@ -119,8 +119,8 @@ extern EAPI int _evas_log_dom_global;
 
 #ifdef BUILD_PTHREAD
 
-#ifndef __USE_GNU
-#define __USE_GNU
+#ifndef _GNU_SOURCE
+#define _GNU_SOURCE
 #endif
 
 # include <pthread.h>