>>> Il 09/01/2013 07:18, Wenchao Xia ha scritto: >>>> Also changed the caller of gmtime() to gmtime_r(). >>> >>> Should be a separate patch. >> >> There is already a pending patch which replaces gmtime, localtime: >> >> http://patchwork.ozlabs.org/patch/210250/ >> >> Stefan >> >> > Should other calling to localtime be changed to localtime_r() also? > > -- > Best Regards > > Wenchao Xia
With http://patchwork.ozlabs.org/patch/210240/ and http://patchwork.ozlabs.org/patch/210250/ applied, there remain no calls of localtime or gmtime which need to be replaced. Stefan W.