On Sat, 29 Oct 2011 08:14:14 +0200
Martin Jansa <[email protected]> wrote:

> Signed-off-by: Martin Jansa <[email protected]>
> ---
>  ecore/src/lib/ecore_con/ecore_con_info.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/ecore/src/lib/ecore_con/ecore_con_info.c
> b/ecore/src/lib/ecore_con/ecore_con_info.c index e20f788..62ce6bf 100644
> --- a/ecore/src/lib/ecore_con/ecore_con_info.c
> +++ b/ecore/src/lib/ecore_con/ecore_con_info.c
> @@ -289,7 +289,7 @@ ecore_con_info_get(Ecore_Con_Server *svr,
>  
>          err = write(fd[1], "", 1);
>          close(fd[1]);
> -#ifdef __USE_ISOC99
> +#if defined(__USE_ISOC99) && !defined(__UCLIBC__)
>          _Exit(0);
>  #else
>          _exit(0);
in

-- 
Mike Blumenkrantz
Zentific: Doctor recommended, mother approved.

------------------------------------------------------------------------------
Get your Android app more play: Bring it to the BlackBerry PlayBook 
in minutes. BlackBerry App World&#153; now supports Android&#153; Apps 
for the BlackBerry&reg; PlayBook&#153;. Discover just how easy and simple 
it is! http://p.sf.net/sfu/android-dev2dev
_______________________________________________
enlightenment-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to