Fred Wright <f...@fwright.net>:
> Also, don't count on timespec suddenly switching to a 64-bit time_t.  For
> compatibility reasons, I expect that at least some platforms will have
> both a "struct timespec" and a "struct timespec64" for some transitional
> period.  Avoiding timespec for internal use lets issues of that form be
> confined to the OS interface, rather than spread through the code.

This is not what is actually happening out there. Modern Unixes on
64-bit machines have already moved to 64-bit timespec members long
since.
-- 
                <a href="http://www.catb.org/~esr/";>Eric S. Raymond</a>

Please consider contributing to my Patreon page at https://www.patreon.com/esr
so I can keep the invisible wheels of the Internet turning. Give generously -
the civilization you save might be your own.

_______________________________________________
devel mailing list
devel@ntpsec.org
http://lists.ntpsec.org/mailman/listinfo/devel

Reply via email to