From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:46979) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ta0en-0004TS-Ea for qemu-devel@nongnu.org; Sun, 18 Nov 2012 03:55:16 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ta0ek-000779-Ce for qemu-devel@nongnu.org; Sun, 18 Nov 2012 03:55:13 -0500 Sender: Paolo Bonzini Message-ID: <50A8A264.4090705@redhat.com> Date: Sun, 18 Nov 2012 09:55:00 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <1353170443-18168-1-git-send-email-sw@weilnetz.de> In-Reply-To: <1353170443-18168-1-git-send-email-sw@weilnetz.de> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] qemu-common: Add definition for O_NONBLOCK List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Weil Cc: qemu-trivial@nongnu.org, Anthony Liguori , qemu-devel@nongnu.org Il 17/11/2012 17:40, Stefan Weil ha scritto: > backends/rng-random.c which was added by commit > 5c74521d249486fa3e749dbbf6d56a70d4d7235f needs > macro O_NONBLOCK. > > The macro O_NONBLOCK is not defined for all hosts. > Adding a default definition fixes builds for MinGW. > > Signed-off-by: Stefan Weil > --- > > This is a build fix. Therefore I'd appreciate if it could be > committed soon. This would make things blocking when they were supposed to be nonblocking, so I'd prefer not including it. I thought Anthony had a fix too? Paolo