[pisa-src] Re: r1709 - trunk/libpisa/util.c

  • From: Diego Biurrun <diego@xxxxxxxxxx>
  • To: pisa-src@xxxxxxxxxxxxx
  • Date: Thu, 19 Nov 2009 14:48:51 +0100

On Thu, Nov 19, 2009 at 02:44:17PM +0100, Diego Biurrun wrote:
> 
> Log:
> Replace nonstandard _GNU_SOURCE definition by more portable combination of
> _BSD_SOURCE and _POSIX_C_SOURCE.
> 
> --- trunk/libpisa/util.c      Thu Nov 19 14:39:13 2009        (r1708)
> +++ trunk/libpisa/util.c      Thu Nov 19 14:44:17 2009        (r1709)
> @@ -11,7 +11,8 @@
>  
> -#define _GNU_SOURCE
> +#define _BSD_SOURCE
> +#define _POSIX_C_SOURCE 1

.. and that was the last _GNU_SOURCE, let's keep it that way ..

Diego

Other related posts: