patch from Martin Jansa <Martin.Jansa@gmail.com> to fix uclibc build.
authordiscomfitor <discomfitor@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sat, 29 Oct 2011 07:03:20 +0000 (07:03 +0000)
committerdiscomfitor <discomfitor@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sat, 29 Oct 2011 07:03:20 +0000 (07:03 +0000)
this is yet another round of spankies for kakoroto

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@64505 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/ecore_con/ecore_con_info.c

index e20f788..62ce6bf 100644 (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);