ecore: replace arbitrary time with 32-bit safe arbitrary time
authorDerek Foreman <derekf@osg.samsung.com>
Tue, 18 Oct 2016 20:52:56 +0000 (15:52 -0500)
committerDerek Foreman <derekf@osg.samsung.com>
Tue, 18 Oct 2016 20:52:56 +0000 (15:52 -0500)
commit7785bfa167bd75027bb0a62af39a1010a9471523
treecd9e0a0a3528202cecebce0b5c03165a31a6002d
parent62ca4486ea30fd63a5589ea7af373a5cb9982031
ecore: replace arbitrary time with 32-bit safe arbitrary time

The end of time is much closer than you think.  it_value.tv_sec is
a signed 32-bit number on 32-bit machines. Using a negative tv_sec
causes timerfd_settime() to fail.
src/lib/ecore/ecore_main.c