[PATCH v2 00/10] Y2038 preparation: use clock_[gs]ettime to implement the other time-getting and -setting functions.
Joseph Myers
joseph@codesourcery.com
Wed Aug 28 17:15:00 GMT 2019
On Wed, 28 Aug 2019, Zack Weinberg wrote:
> - The obsolete functions ftime and stime are no longer available to
> new binaries. The header <sys/timeb.h> is no longer installed.
It might be advisable to see if this affects the build of libsanitizer,
and alert sanitizer maintainers if so. (There appear to be sanitizer
interceptors for ftime and stime, and an include of <sys/timeb.h>.)
After comments at last year's Cauldron about glibc API changes breaking
sanitizers and language libraries such as libgo, I added a --full-gcc
option to build-many-glibcs.py with the hope that the people raising such
issues would set up bots to monitor for them, but I don't think anyone has
set up such a bot (and there were a series of pre-existing build issues
using that option, as well as the need to have a new-enough native Ada
compiler in the PATH when using it).
--
Joseph S. Myers
joseph@codesourcery.com
More information about the Libc-alpha
mailing list