we use sys/queue.h, since I use
>> LIST_HEAD from ccan/list/list.h in a different project
>> without conflicts...
>
> Still wondering... Checking sys/mman.h in an old FreeBSD source
> tree I had lying around reveals "#include " is
> guarded by "#if defined(_KERNEL
Eric Sunshine wrote:
> On Sat, Jul 16, 2016 at 8:25 PM, Eric Wong wrote:
> > Eric Wong wrote:
> >> I also wonder where we use sys/queue.h, since I use
> >> LIST_HEAD from ccan/list/list.h in a different project
> >> without conflicts...
> >
> > Still wondering... Checking sys/mman.h in an old Fr
On Sat, Jul 16, 2016 at 8:25 PM, Eric Wong wrote:
> Eric Wong wrote:
>> I also wonder where we use sys/queue.h, since I use
>> LIST_HEAD from ccan/list/list.h in a different project
>> without conflicts...
>
> Still wondering... Checking sys/mman.h in an old FreeBSD source
> tree I had lying arou
ource
tree I had lying around reveals "#include " is
guarded by "#if defined(_KERNEL)", so it mman.h wouldn't pull
it in for userspace builds...
-8<--
Subject: [PATCH] list: avoid incompatibility with *BSD sys/queue.h
Somehow, the OS X build pulls in sys/queue
4 matches
Mail list logo