On Sat, Apr 30, 2016 at 3:05 PM, Kaare Rasmussen <[email protected]> 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
[email protected]                                  [email protected]
unix, openafs, kerberos, infrastructure, xmonad        http://sinenomine.net

Reply via email to