Losing 32 bits of a void pointer

Paolo Invernizzi paolo.invernizzi at no.address
Mon Mar 24 23:43:07 PDT 2014


On Monday, 24 March 2014 at 23:16:38 UTC, Andrej Mitrovic wrote:
> On 3/24/14, sumo <sumitraja at gmail.com> wrote:
>> For anyone who runs in to this, it is a because the epoll_event
>> struct is packed  on x86_64 bits processors. Have created a 
>> pull
>> for druntime.
>
> I'm really surprised this wasn't caught sooner. I thought epoll 
> was
> supposed to be popular. Maybe not so much in the context of D?

Here we are using epoll a lot, but right now we have custom 
declarations for external API.

---
Paolo


More information about the Digitalmars-d mailing list