On Sat, Mar 8, 2014 at 11:26 AM, Alexey Borzenkov <[email protected]> wrote:
> int fd = _open_osfhandle(fh);

Sorry, this line should have obviously read:

int fd = _open_osfhandle(fh, 0);

Best regards,
Alexey.

_______________________________________________
libev mailing list
[email protected]
http://lists.schmorp.de/cgi-bin/mailman/listinfo/libev

Reply via email to