From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K3dgK-0003h9-TD for qemu-devel@nongnu.org; Tue, 03 Jun 2008 17:04:36 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K3dgI-0003gx-Dr for qemu-devel@nongnu.org; Tue, 03 Jun 2008 17:04:35 -0400 Received: from [199.232.76.173] (port=41809 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K3dgI-0003gu-9n for qemu-devel@nongnu.org; Tue, 03 Jun 2008 17:04:34 -0400 Received: from rv-out-0708.google.com ([209.85.198.240]:40119) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1K3dgH-0005lm-Pq for qemu-devel@nongnu.org; Tue, 03 Jun 2008 17:04:33 -0400 Received: by rv-out-0708.google.com with SMTP id f25so1377393rvb.22 for ; Tue, 03 Jun 2008 14:04:32 -0700 (PDT) Message-ID: <94a0d4530806031404j56a8aa55x13e2648bc8e1c1ee@mail.gmail.com> Date: Wed, 4 Jun 2008 00:04:31 +0300 From: "Felipe Contreras" Subject: Re: [Qemu-devel] [PATCH] Include futex.h properly. In-Reply-To: <4845920C.8030208@codemonkey.ws> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <1212408258-30206-1-git-send-email-felipe.contreras@gmail.com> <4845920C.8030208@codemonkey.ws> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: qemu-devel@nongnu.org, Paul Brook On Tue, Jun 3, 2008 at 9:48 PM, Anthony Liguori wrote: > Felipe Contreras wrote: >> >> This wasn't building properly on my system. >> --- >> configure | 2 +- >> linux-user/syscall.c | 7 ++++--- >> 2 files changed, 5 insertions(+), 4 deletions(-) >> >> diff --git a/configure b/configure >> index 4a4ba36..f204d04 100755 >> --- a/configure >> +++ b/configure >> @@ -648,7 +648,7 @@ EOF >> # Check host NPTL support >> cat > $TMPC <> #include >> -#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? According to Google it's from dietlibc. -- Felipe Contreras