qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH] Include futex.h properly.


From: Felipe Contreras
Subject: Re: [Qemu-devel] [PATCH] Include futex.h properly.
Date: Wed, 4 Jun 2008 00:04:31 +0300

On Tue, Jun 3, 2008 at 9:48 PM, Anthony Liguori <address@hidden> 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 <<EOF
>>  #include <sched.h>
>> -#include <sys/futex.h>
>> +#include <linux/futex.h>
>>
>
> 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]