Evas common: Use _GNU_SOURCE instead of __USE_GNU.

Thanks to aissen for letting us know.

SVN revision: 57764
This commit is contained in:
Tom Hacohen 2011-03-15 14:23:07 +00:00
parent 34bf708aae
commit 7c236dca76
1 changed files with 2 additions and 2 deletions

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