On Tue, 15 Mar 2011 07:23:08 -0700
"Enlightenment SVN" <no-re...@enlightenment.org> wrote:

> Log:
> Evas common: Use _GNU_SOURCE instead of __USE_GNU.
>   
>   Thanks to aissen for letting us know.
> 
> Author:       tasn
> Date:         2011-03-15 07:23:07 -0700 (Tue, 15 Mar 2011)
> New Revision: 57764
> Trac:         http://trac.enlightenment.org/e/changeset/57764
> 
> Modified:
>   trunk/evas/src/lib/include/evas_common.h 
> 
> Modified: trunk/evas/src/lib/include/evas_common.h
> ===================================================================
> --- trunk/evas/src/lib/include/evas_common.h  2011-03-15 12:44:11 UTC
> (rev 57763) +++ trunk/evas/src/lib/include/evas_common.h      2011-03-15
> 14:23:07 UTC (rev 57764) @@ -119,8 +119,8 @@
>  
>  #ifdef BUILD_PTHREAD
>  
> -#ifndef __USE_GNU
> -#define __USE_GNU
> +#ifndef _GNU_SOURCE
> +#define _GNU_SOURCE
>  #endif
>  
>  # include <pthread.h>
> 
> 
Err...this gets set in config.h...

-- 
Mike Blumenkrantz
Zentific: NULL pointer dereferences now 50% off!

------------------------------------------------------------------------------
Colocation vs. Managed Hosting
A question and answer guide to determining the best fit
for your organization - today and in the future.
http://p.sf.net/sfu/internap-sfd2d
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to