diff --git a/Changes b/Changes index cc4503f9b..67bdd47d8 100644 --- a/Changes +++ b/Changes @@ -87,7 +87,7 @@ epoll_wait.2 The limit is given by: #define EP_MAX_MSTIMEO min(1000ULL * MAX_SCHEDULE_TIMEOUT / HZ, \ - (LONG_MAX - 999ULL) / HZ) + (LONG_MAX - 999ULL) / HZ) That is, the limit depends on the size of a long and the timer frequency. Assuming the a long is never smaller than 32 bits