From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Jl6oq-0000Fg-5I for qemu-devel@nongnu.org; Sun, 13 Apr 2008 14:20:48 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Jl6oo-0000EK-13 for qemu-devel@nongnu.org; Sun, 13 Apr 2008 14:20:47 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jl6on-0000E4-QY for qemu-devel@nongnu.org; Sun, 13 Apr 2008 14:20:45 -0400 Received: from mtaout02-winn.ispmail.ntl.com ([81.103.221.48]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Jl6on-0005bo-DK for qemu-devel@nongnu.org; Sun, 13 Apr 2008 14:20:45 -0400 Received: from aamtaout03-winn.ispmail.ntl.com ([81.103.221.35]) by mtaout02-winn.ispmail.ntl.com with ESMTP id <20080413182348.ZPOE6359.mtaout02-winn.ispmail.ntl.com@aamtaout03-winn.ispmail.ntl.com> for ; Sun, 13 Apr 2008 19:23:48 +0100 Received: from miranda.arrow ([213.107.26.151]) by aamtaout03-winn.ispmail.ntl.com with ESMTP id <20080413182715.QVSQ26699.aamtaout03-winn.ispmail.ntl.com@miranda.arrow> for ; Sun, 13 Apr 2008 19:27:15 +0100 Received: from sdb by miranda.arrow with local (Exim 4.63) (envelope-from ) id 1Jl6oe-0000n4-Dz for qemu-devel@nongnu.org; Sun, 13 Apr 2008 19:20:36 +0100 Date: Sun, 13 Apr 2008 19:20:36 +0100 From: Stuart Brady Subject: Re: [Qemu-devel] [PATCH] use SIGALRM for alarm timers, enable SIGIO on qemu_set_fd_handler2() Message-ID: <20080413182036.GA3024@miranda.arrow> References: <877if1r8k4.fsf@dylle.kalibalik.dk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <877if1r8k4.fsf@dylle.kalibalik.dk> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org On Sun, Apr 13, 2008 at 07:03:39PM +0200, Anders Melchiorsen wrote: > +#ifndef _WIN32 > + enable_sigio(fd); > +#endif Where is enable_sigio() defined on Solaris and the BSDs? -- Stuart Brady