On Sat, Apr 30, 2016 at 3:05 PM, Kaare Rasmussen <ka...@jasonic.dk> wrote:

> sub poll(CArray[Pollfd], uint64, uint32) returns int32 is native { * }


This, unfortunately, means an array of pointers to Pollfd structs, not an
array of Pollfd structs. NativeCall doesn't support the latter currently,
as I understand it.

-- 
brandon s allbery kf8nh                               sine nomine associates
allber...@gmail.com                                  ballb...@sinenomine.net
unix, openafs, kerberos, infrastructure, xmonad        http://sinenomine.net

Reply via email to