From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MPFmZ-0000Gq-Q7 for qemu-devel@nongnu.org; Fri, 10 Jul 2009 09:04:55 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MPFmV-0000EI-7k for qemu-devel@nongnu.org; Fri, 10 Jul 2009 09:04:55 -0400 Received: from [199.232.76.173] (port=57667 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MPFmV-0000Dy-1N for qemu-devel@nongnu.org; Fri, 10 Jul 2009 09:04:51 -0400 Received: from mail2.shareable.org ([80.68.89.115]:49618) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MPFmU-0001sE-BH for qemu-devel@nongnu.org; Fri, 10 Jul 2009 09:04:50 -0400 Date: Fri, 10 Jul 2009 14:04:42 +0100 From: Jamie Lokier Subject: Re: [Qemu-devel] [PATCH 1/2] qemu-io: small cleanups for the aio code Message-ID: <20090710130442.GA7958@shareable.org> References: <20090701112018.GA10455@lst.de> <4A564CF3.2040005@codemonkey.ws> <20090710013749.GA18702@lst.de> <20090710104746.GA9065@lst.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20090710104746.GA9065@lst.de> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Christoph Hellwig Cc: qemu-devel@nongnu.org Christoph Hellwig wrote: > On Fri, Jul 10, 2009 at 02:20:07PM +0400, malc wrote: > > > Work fine on 32 bit x86 :) But yeah, the correct format that works on > > > all platforms would be %zd. > > > > Just a small correction - it wouldn't work on Windows. > > Why would it generally not work on windows? %zd is in C99 and thus it > should be supported by any recent Windows compiler and library. Windows compilers don't generally support C99. -- Jamie