This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]