patch from Martin Jansa <Martin.Jansa@gmail.com> to fix uclibc build.

this is yet another round of spankies for kakoroto


SVN revision: 64505
This commit is contained in:
Mike Blumenkrantz 2011-10-29 07:03:20 +00:00
parent 477b50c6d1
commit e957cb9c40
1 changed files with 1 additions and 1 deletions

View File

@ -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);