ecore - be paranoid about storing errno from select immediately
authorCarsten Haitzler (Rasterman) <raster@rasterman.com>
Fri, 8 Jul 2016 02:00:55 +0000 (11:00 +0900)
committerCarsten Haitzler (Rasterman) <raster@rasterman.com>
Fri, 8 Jul 2016 02:00:55 +0000 (11:00 +0900)
commit1abbfdd1f7b09ba9931657d57ffc4172c662c2eb
tree480da836748498973794a0369d87556d4bc3793c
parente57084d5c5b8b55a4823952ba43c61a15457e369
ecore - be paranoid about storing errno from select immediately

in theory another libc call could overwrite errno between select
exiting and errno being used for errors. be paranoid. i know of no
real bug that this causes though.
src/lib/ecore/ecore_main.c