From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K3bxn-0004hr-01 for qemu-devel@nongnu.org; Tue, 03 Jun 2008 15:14:31 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K3bxl-0004fx-4A for qemu-devel@nongnu.org; Tue, 03 Jun 2008 15:14:30 -0400 Received: from [199.232.76.173] (port=50425 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K3bxk-0004fm-Sy for qemu-devel@nongnu.org; Tue, 03 Jun 2008 15:14:28 -0400 Received: from mail.codesourcery.com ([65.74.133.4]:38505) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1K3bxk-0001QV-QE for qemu-devel@nongnu.org; Tue, 03 Jun 2008 15:14:29 -0400 From: Paul Brook Subject: Re: [Qemu-devel] [PATCH] Include futex.h properly. Date: Tue, 3 Jun 2008 20:14:13 +0100 References: <1212408258-30206-1-git-send-email-felipe.contreras@gmail.com> <4845920C.8030208@codemonkey.ws> In-Reply-To: <4845920C.8030208@codemonkey.ws> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200806032014.14099.paul@codesourcery.com> 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 Cc: Felipe Contreras > > -#include > > +#include > > I don't have a sys/futex.h on my system either. The futex man page > claims that linux/futex.h should be what's included. What system is > sys/futex.h valid on and does that system break with linux/futex.h? sys/futex.h was a typo made when pulling this change out of a larger patch. I built it to check that it "worked", but didn't check that the configure check actually passed. Paul