patch from mike - fix epoll on fork thing.
authorraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 20 Oct 2010 14:15:56 +0000 (14:15 +0000)
committerraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 20 Oct 2010 14:15:56 +0000 (14:15 +0000)
commit2fea9cb179653736340adeb8527d6a56c2a0a9ad
tree79abb50087670ac1f928601048c5c661ead3fdd3
parentd9dda355f57914f04cbb56921ae72adfe3610092
patch from mike - fix epoll on fork thing.

This is an attempt to fix the epoll/fork() issue reported to me where
we end up with a single epoll fd shared between two processes after  a
fork() in E.

I've tested with elementary test in epoll and non-epoll combinations,
and all appears to be well.  Please check it solves the issue you saw,
and reformat the code as you see fit... ;-)

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@53670 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
AUTHORS
configure.ac
src/lib/ecore/ecore_main.c
src/lib/ecore_input_evas/ecore_input_evas.c