diff options
-rw-r--r-- | src/lib/ecore/ecore_main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/ecore/ecore_main.c b/src/lib/ecore/ecore_main.c index 3a6210d71b..045ccb10a2 100644 --- a/src/lib/ecore/ecore_main.c +++ b/src/lib/ecore/ecore_main.c | |||
@@ -803,6 +803,7 @@ detect_time_changes_start(void) | |||
803 | if (realtime_fd < 0) return; | 803 | if (realtime_fd < 0) return; |
804 | 804 | ||
805 | memset(&its, 0, sizeof(its)); | 805 | memset(&its, 0, sizeof(its)); |
806 | its.it_value.tv_sec += 0xfffffff0; // end of time - 0xf | ||
806 | if (timerfd_settime(realtime_fd, | 807 | if (timerfd_settime(realtime_fd, |
807 | TFD_TIMER_ABSTIME | TFD_TIMER_CANCELON_SET, | 808 | TFD_TIMER_ABSTIME | TFD_TIMER_CANCELON_SET, |
808 | &its, NULL) < 0) | 809 | &its, NULL) < 0) |