qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] Git head build problem (popcountl vs. system headers)


From: Blue Swirl
Subject: Re: [Qemu-devel] Git head build problem (popcountl vs. system headers)
Date: Sun, 5 May 2013 12:29:46 +0000

On Sat, Apr 27, 2013 at 6:50 PM, Martin Husemann <address@hidden> wrote:
> On Thu, Apr 25, 2013 at 08:36:55PM +0200, Martin Husemann wrote:
>> Ok, I can fix the namespace issue (which is real) easily.
>
> Turns out to be a bit harder: qemu does not define (as far as I can tell)
> any restricting macro (_POSIX_C_SOURCE or whatever).
>
> Should it?

I think the easiest fix is to stop QEMU from reusing a reserved
identifier. So popcountl() in util/hbitmap.c should be renamed to
qemu_popcountl().

>
> Martin
>



reply via email to

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