4 Jun
2008
4 Jun
'08
1:57 a.m.
"Dan Kegel" <dank(a)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. -- Dmitry.