[RFC PATCH 51/52] Y2038: add RPC functions

Paul Eggert eggert@cs.ucla.edu
Mon Sep 11 14:07:00 GMT 2017


Paul Eggert wrote:
>    static inline bool
>    fits_in_time_t (__time64_t t)
>    {
>      return t == (time64_t) t;
>    }

Ooops, that last statement should be "return t == (time_t) t;" of course. Sorry.



More information about the Libc-alpha mailing list