On Fri, 2 Oct 2015, Stuart Henderson wrote: > AFAIK, Linux uses 'long' for time_t, like we used to. This is > 32 bits on 32-bit platforms and 64 bits on 64-bit platforms and > matches the %lu format strings. > > Background etc. in http://www.openbsd.org/papers/eurobsdcon_2013_time_t/ > Stuart,
Thanks for the information! Lee