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: Paul Brook
Subject: Re: [Qemu-devel] [PATCH] Include futex.h properly.
Date: Tue, 3 Jun 2008 20:14:13 +0100
User-agent: KMail/1.9.9

> > -#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?

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




reply via email to

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