From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:56747) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tt8QO-0004gj-Fj for qemu-devel@nongnu.org; Wed, 09 Jan 2013 22:03:25 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Tt8QN-0007Ra-25 for qemu-devel@nongnu.org; Wed, 09 Jan 2013 22:03:24 -0500 Received: from e28smtp02.in.ibm.com ([122.248.162.2]:54242) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tt8QM-0007RL-BC for qemu-devel@nongnu.org; Wed, 09 Jan 2013 22:03:22 -0500 Received: from /spool/local by e28smtp02.in.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Thu, 10 Jan 2013 08:31:45 +0530 Received: from d28relay04.in.ibm.com (d28relay04.in.ibm.com [9.184.220.61]) by d28dlp02.in.ibm.com (Postfix) with ESMTP id 75024394004E for ; Thu, 10 Jan 2013 08:33:15 +0530 (IST) Received: from d28av02.in.ibm.com (d28av02.in.ibm.com [9.184.220.64]) by d28relay04.in.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id r0A33DHl1376742 for ; Thu, 10 Jan 2013 08:33:13 +0530 Received: from d28av02.in.ibm.com (loopback [127.0.0.1]) by d28av02.in.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id r0A33En9011853 for ; Thu, 10 Jan 2013 14:03:15 +1100 Message-ID: <50EE2F6F.9020107@linux.vnet.ibm.com> Date: Thu, 10 Jan 2013 11:03:11 +0800 From: Wenchao Xia MIME-Version: 1.0 References: <1357712290-16496-1-git-send-email-xiawenc@linux.vnet.ibm.com> <50ED3CAE.8010006@redhat.com> <8fa9dbf342693cad9e9dbe4db489d475.squirrel@weilnetz.de> In-Reply-To: <8fa9dbf342693cad9e9dbe4db489d475.squirrel@weilnetz.de> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [PATCH 1/2] oslib-win32: add lock for gmtime_r() List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Weil Cc: stefanha@gmail.com, aliguori@us.ibm.com, Paolo Bonzini , qemu-devel@nongnu.org, quintela@redhat.com 于 2013-1-10 1:06, Stefan Weil 写道: >> 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