"Dan Kegel" dank@kegel.com wrote:
Using gmtime() in a multithreaded program could result in invalid results. So use the safer alternative gmtime_r() if it's available.
Most likely gmtime_r() should be used without #ifdefs and a replacement put in libs/port.